From c635209201e4083fe9f5cfe7283603089f4cc338 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Tue, 12 May 2026 11:14:53 -0400 Subject: [PATCH] sidebar: navigate to project in Project Manager using slug The Home icon in the PROJECT panel now navigates to /projects/{slug} instead of /projects/{id}. This opens Project Manager with the project already selected and displayed. --- gadget-code/frontend/src/pages/ChatSessionView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadget-code/frontend/src/pages/ChatSessionView.tsx b/gadget-code/frontend/src/pages/ChatSessionView.tsx index 9887c6e..4765db4 100644 --- a/gadget-code/frontend/src/pages/ChatSessionView.tsx +++ b/gadget-code/frontend/src/pages/ChatSessionView.tsx @@ -1257,7 +1257,7 @@ export default function ChatSessionView() {