From 3381ff0b025daf6df02ab10680e869b1ba4313c4 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 13 Jun 2026 11:25:50 -0700 Subject: [PATCH] fix avatar change affordance --- .../src/features/particles/stream-list-sidebar.tsx | 2 -- js/desktop/src/features/particles/stream-view.tsx | 1 - js/desktop/src/features/settings-page.tsx | 9 +++++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/js/desktop/src/features/particles/stream-list-sidebar.tsx b/js/desktop/src/features/particles/stream-list-sidebar.tsx index f7b8239..db4630f 100644 --- a/js/desktop/src/features/particles/stream-list-sidebar.tsx +++ b/js/desktop/src/features/particles/stream-list-sidebar.tsx @@ -10,7 +10,6 @@ import { KeyHint } from '@/components/key-hint'; import { ScrollArea } from '@/components/ui/scroll-area'; interface StreamListSidebarProps { - streamName: string; items: Particle[]; networkId: string; currentIndex: number; @@ -24,7 +23,6 @@ interface StreamListSidebarProps { * nothing auto-advances. */ export function StreamListSidebar({ - streamName, items, networkId, currentIndex, diff --git a/js/desktop/src/features/particles/stream-view.tsx b/js/desktop/src/features/particles/stream-view.tsx index 85af187..4b37f2b 100644 --- a/js/desktop/src/features/particles/stream-view.tsx +++ b/js/desktop/src/features/particles/stream-view.tsx @@ -572,7 +572,6 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) { {/* Browse sidebar — a separate chat-like panel beside the stream */} {mode === 'list' && ( - - + + +