From 515ad3b3369a74db01cd0893cce2b88b56f27115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Blanquer=E2=80=8B?= Date: Tue, 20 Jan 2026 23:39:24 +0100 Subject: [PATCH] fix: hide session badge and icon on hover to show action buttons Hide the message count badge and provider icon when hovering over a session, so they don't overlap with the edit/delete action buttons. --- src/components/Sidebar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index b06f56e..9b53fd9 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -1166,11 +1166,11 @@ function Sidebar({ {formatTimeAgo(sessionTime, currentTime)} {messageCount > 0 && ( - + {messageCount} )} - + {isCursorSession ? ( ) : isCodexSession ? (