diff --git a/gadget-code/frontend/src/components/FileTree.tsx b/gadget-code/frontend/src/components/FileTree.tsx index f3f6509..c9857c6 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 && (
diff --git a/gadget-code/frontend/src/components/FilesPanel.tsx b/gadget-code/frontend/src/components/FilesPanel.tsx index 237a173..cddef69 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