From 60d1edc38a0e1773193a4c7738781ffa1b724bbc Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Thu, 23 Apr 2026 12:44:56 -0500 Subject: [PATCH] fix(ui-tui): keep bottom statusbar in composer layout Render the bottom status bar inside the composer pane so aggressive resize + streaming churn cannot cull the input row via sibling overlap. --- ui-tui/src/components/appLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-tui/src/components/appLayout.tsx b/ui-tui/src/components/appLayout.tsx index cdac992d3..164ef5dd4 100644 --- a/ui-tui/src/components/appLayout.tsx +++ b/ui-tui/src/components/appLayout.tsx @@ -237,6 +237,8 @@ const ComposerPane = memo(function ComposerPane({ )} {!composer.empty && !ui.sid && ⚕ {ui.status}} + + ) }) @@ -320,8 +322,6 @@ export const AppLayout = memo(function AppLayout({ /> - - )}