From ad7ab482eb16bed63209d473110a2006a2e6caeb Mon Sep 17 00:00:00 2001 From: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:32:49 -0400 Subject: [PATCH] feat(desktop): always show channel section search/add buttons (#856) Signed-off-by: Tyler Longwell --- .../features/sidebar/ui/CustomChannelSection.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/desktop/src/features/sidebar/ui/CustomChannelSection.tsx b/desktop/src/features/sidebar/ui/CustomChannelSection.tsx index c4f3fc9eb..4a054b7db 100644 --- a/desktop/src/features/sidebar/ui/CustomChannelSection.tsx +++ b/desktop/src/features/sidebar/ui/CustomChannelSection.tsx @@ -233,7 +233,6 @@ export function ChannelContextMenuItems({ function SectionHeaderActions({ browseAriaLabel, browseTestId, - className, createAriaLabel, hasUnread, onBrowse, @@ -242,7 +241,6 @@ function SectionHeaderActions({ }: { browseAriaLabel: string; browseTestId?: string; - className?: string; createAriaLabel: string; hasUnread?: boolean; onBrowse?: () => void; @@ -250,16 +248,14 @@ function SectionHeaderActions({ onMarkAllRead?: () => void; }) { return ( -
+
{hasUnread && onMarkAllRead ? (