mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
fix(tui): keep todo pinned outside transcript
This commit is contained in:
parent
3271ffbd80
commit
cf8439263a
6 changed files with 45 additions and 5 deletions
|
|
@ -28,10 +28,10 @@ const TranscriptPane = memo(function TranscriptPane({
|
|||
|
||||
return (
|
||||
<>
|
||||
<LiveTodoPanel />
|
||||
|
||||
<ScrollBox flexDirection="column" flexGrow={1} flexShrink={1} ref={transcript.scrollRef} stickyScroll>
|
||||
<Box flexDirection="column" paddingX={1}>
|
||||
<LiveTodoPanel />
|
||||
|
||||
{transcript.virtualHistory.topSpacer > 0 ? <Box height={transcript.virtualHistory.topSpacer} /> : null}
|
||||
|
||||
{transcript.virtualRows.slice(transcript.virtualHistory.start, transcript.virtualHistory.end).map(row => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue