fix(tui): merge tool shelves in transcript

This commit is contained in:
Brooklyn Nicholson
2026-04-26 15:35:38 -05:00
parent cf8439263a
commit cee4036e8b

View File

@@ -28,7 +28,9 @@ const TranscriptPane = memo(function TranscriptPane({
return (
<>
<LiveTodoPanel />
<Box flexDirection="column" flexShrink={0}>
<LiveTodoPanel />
</Box>
<ScrollBox flexDirection="column" flexGrow={1} flexShrink={1} ref={transcript.scrollRef} stickyScroll>
<Box flexDirection="column" paddingX={1}>