From a2a74c6da39fbdb6bd42878b8d71d138c48dc1ed Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Tue, 12 May 2026 16:58:35 -0400 Subject: [PATCH] fix: FILES panel should expand to fill sidebar height - Add flex-1 to FilesPanel root div - Sidebar is flex flex-col, FILES panel now grows to fill space - SESSION and PROJECT panels remain natural height - FILES panel expands into all remaining vertical space This eliminates the gap below the FILES panel footer by making the panel itself grow rather than just making the tree bigger. --- gadget-code/frontend/src/components/FilesPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadget-code/frontend/src/components/FilesPanel.tsx b/gadget-code/frontend/src/components/FilesPanel.tsx index d3e8288..237a173 100644 --- a/gadget-code/frontend/src/components/FilesPanel.tsx +++ b/gadget-code/frontend/src/components/FilesPanel.tsx @@ -10,7 +10,7 @@ export default function FilesPanel({ workspaceMode }: FilesPanelProps) { const isReadWrite = workspaceMode === WorkspaceMode.User; return ( -
+

Files