()
| 314 | return <LogSelector logs={filteredLogs} maxHeight={rows} onCancel={onCancel} onSelect={onSelect} onLogsChanged={isResumeWithRenameEnabled ? () => loadLogs(showAllProjects) : undefined} onLoadMore={loadMoreLogs} initialSearchQuery={initialSearchQuery} showAllProjects={showAllProjects} onToggleAllProjects={handleToggleAllProjects} onAgenticSearch={agenticSessionSearch} />; |
| 315 | } |
| 316 | function NoConversationsMessage() { |
| 317 | const $ = _c(2); |
| 318 | let t0; |
| 319 | if ($[0] === Symbol.for("react.memo_cache_sentinel")) { |
| 320 | t0 = { |
| 321 | context: "Global" |
| 322 | }; |
| 323 | $[0] = t0; |
| 324 | } else { |
| 325 | t0 = $[0]; |
| 326 | } |
| 327 | useKeybinding("app:interrupt", _temp, t0); |
| 328 | let t1; |
| 329 | if ($[1] === Symbol.for("react.memo_cache_sentinel")) { |
| 330 | t1 = <Box flexDirection="column"><Text>No conversations found to resume.</Text><Text dimColor={true}>Press Ctrl+C to exit and start a new conversation.</Text></Box>; |
| 331 | $[1] = t1; |
| 332 | } else { |
| 333 | t1 = $[1]; |
| 334 | } |
| 335 | return t1; |
| 336 | } |
| 337 | function _temp() { |
| 338 | process.exit(1); |
| 339 | } |
nothing calls this directly
no test coverage detected