From 91d02e146843e80384a72c56e40326bec38995c7 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Tue, 12 May 2026 16:45:26 -0400 Subject: [PATCH] fix: FILES panel should fill entire sidebar height - Remove max-h-80 constraint from FileTree - FileTree uses flex-1 to expand and fill available space - Panel now properly fills sidebar from top to bottom - File tree scrolls internally when content overflows The FILES panel header, file tree, and footer now form a proper flex column that fills all remaining vertical space in the sidebar. --- gadget-code/frontend/src/components/FileTree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadget-code/frontend/src/components/FileTree.tsx b/gadget-code/frontend/src/components/FileTree.tsx index 5c086f3..6603fdf 100644 --- a/gadget-code/frontend/src/components/FileTree.tsx +++ b/gadget-code/frontend/src/components/FileTree.tsx @@ -166,7 +166,7 @@ export default function FileTree({ workspaceMode, onFileSelect }: FileTreeProps) const rootLoading = state.loadingPaths.has(''); return ( -
+
{rootLoading && (