From 4cf012c0be316bd366dffdd7b2b3473f7051ff6a Mon Sep 17 00:00:00 2001 From: Ammar Date: Sun, 5 Apr 2026 12:44:43 -0500 Subject: [PATCH 1/2] restyle: make workspace count visually subordinate to project name --- src/browser/components/ProjectSidebar/ProjectSidebar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/browser/components/ProjectSidebar/ProjectSidebar.tsx b/src/browser/components/ProjectSidebar/ProjectSidebar.tsx index 4b38ef6bb1..9635cfac4f 100644 --- a/src/browser/components/ProjectSidebar/ProjectSidebar.tsx +++ b/src/browser/components/ProjectSidebar/ProjectSidebar.tsx @@ -2023,13 +2023,13 @@ const ProjectSidebarInner: React.FC = ({ - ({projectAgentCount}) + {projectAgentCount} )} From ff2f7d30eaf4ca3447e8a54046a95e34822f78a1 Mon Sep 17 00:00:00 2001 From: Ammar Date: Sun, 5 Apr 2026 13:05:35 -0500 Subject: [PATCH 2/2] fix: baseline-align count and restore parentheses --- src/browser/components/ProjectSidebar/ProjectSidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/components/ProjectSidebar/ProjectSidebar.tsx b/src/browser/components/ProjectSidebar/ProjectSidebar.tsx index 9635cfac4f..bea254d2a0 100644 --- a/src/browser/components/ProjectSidebar/ProjectSidebar.tsx +++ b/src/browser/components/ProjectSidebar/ProjectSidebar.tsx @@ -2010,7 +2010,7 @@ const ProjectSidebarInner: React.FC = ({ }} /> ) : ( -
+
= ({ : "text-muted" )} > - {projectAgentCount} + ({projectAgentCount})
)}