From 03ec264c93a9a74e77fd1316abbe023d667ec64e Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 13 Jun 2026 11:18:09 -0700 Subject: [PATCH] fix awkward stream list experience --- js/desktop/src/components/ui/scroll-area.tsx | 2 +- .../src/features/particles/stream-list-sidebar.tsx | 9 ++++----- js/desktop/src/hooks/use-stream-view-mode.ts | 11 +---------- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/js/desktop/src/components/ui/scroll-area.tsx b/js/desktop/src/components/ui/scroll-area.tsx index b17197b..611a5ce 100644 --- a/js/desktop/src/components/ui/scroll-area.tsx +++ b/js/desktop/src/components/ui/scroll-area.tsx @@ -16,7 +16,7 @@ function ScrollArea({ > {children} diff --git a/js/desktop/src/features/particles/stream-list-sidebar.tsx b/js/desktop/src/features/particles/stream-list-sidebar.tsx index e8a0d5e..f7b8239 100644 --- a/js/desktop/src/features/particles/stream-list-sidebar.tsx +++ b/js/desktop/src/features/particles/stream-list-sidebar.tsx @@ -41,13 +41,12 @@ export function StreamListSidebar({ }, [currentIndex]); return ( -