From 21c55f24de64ea98905f87a7cd17be89b3cdda62 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Thu, 2 Apr 2026 16:36:23 -0500 Subject: [PATCH] Remount file tree when project thread changes - Key the workspace file tree by active thread or project - Reset open/close state when switching project context --- apps/web/src/components/Sidebar.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 759e4e812..f3401a5d9 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -1504,7 +1504,11 @@ export default function Sidebar() { Files {!filesCollapsedByProject.has(project.id) && ( - + )} ) : null}