From 2029f90b4249e0977695808dfc04e91117accc36 Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Fri, 24 Apr 2026 15:52:37 -0700 Subject: [PATCH] fix priority for workspace sidebar items that are unclear. Resolves #5502 --- .../components/Sidebar/ActiveWorkspaces/index.jsx | 12 +++++++++--- frontend/src/components/Sidebar/index.jsx | 12 ++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx index 20394f5f3..a19ad063f 100644 --- a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx +++ b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx @@ -123,8 +123,6 @@ export default function ActiveWorkspaces() { ? null : paths.workspace.chat(workspace.slug) } - data-tooltip-id="workspace-name" - data-tooltip-content={workspace.name} aria-current={isActive ? "page" : ""} className={` transition-all duration-[200ms] @@ -144,7 +142,11 @@ export default function ActiveWorkspaces() { weight="bold" /> -
+

+ + , document.body );