From 6dba16a8c55ec25bf20ea55472495603c5254dc5 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Tue, 12 May 2026 17:26:20 -0400 Subject: [PATCH] Fix: Add shrink-0 to SESSION and PROJECT panels for proper flex layout - SESSION and PROJECT panels now have shrink-0 to prevent them from growing unbounded and pushing FILES panel off-screen - FILES panel with flex-1 now properly fills remaining vertical space - File tree scrolls in-place while SESSION/PROJECT stay fixed --- gadget-code/frontend/src/pages/ChatSessionView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gadget-code/frontend/src/pages/ChatSessionView.tsx b/gadget-code/frontend/src/pages/ChatSessionView.tsx index 88171e5..50928e5 100644 --- a/gadget-code/frontend/src/pages/ChatSessionView.tsx +++ b/gadget-code/frontend/src/pages/ChatSessionView.tsx @@ -1150,7 +1150,7 @@ export default function ChatSessionView() { {/* Sidebar */}
{/* SESSION Panel */} -
+

Session @@ -1341,7 +1341,7 @@ export default function ChatSessionView() {

{/* PROJECT Panel */} -
+

Project