From dde3a0274b165f7b94b5bfcbe555b45fe9c903e7 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Tue, 12 May 2026 08:40:42 +1000 Subject: [PATCH 1/5] fix(desktop): keep unread indicator visible on channel hover Remove group-hover/menu-item:hidden from both channel and DM unread indicator spans so the unread dot remains visible while browsing the sidebar with the mouse. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Matt Toohey --- desktop/src/features/sidebar/ui/SidebarSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/features/sidebar/ui/SidebarSection.tsx b/desktop/src/features/sidebar/ui/SidebarSection.tsx index 789cffe128..7884e191ac 100644 --- a/desktop/src/features/sidebar/ui/SidebarSection.tsx +++ b/desktop/src/features/sidebar/ui/SidebarSection.tsx @@ -178,7 +178,7 @@ export function ChannelMenuButton({ {hasUnread && !isActive && channel.channelType !== "dm" ? (