From 87660381a6cc165160a861c5d32d2a17eab7d92d Mon Sep 17 00:00:00 2001 From: Kainoa Newton Date: Sat, 7 Mar 2026 17:37:56 -0800 Subject: [PATCH] Remove extra working-state bullet indicator - Drop the redundant static bullet before the working status text in `MessagesTimeline` - Keep the animated dots indicator as the sole working-state visual cue --- apps/web/src/components/ChatView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index c1693f4199..0a750c91b8 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -5217,8 +5217,7 @@ const MessagesTimeline = memo(function MessagesTimeline({ )} {row.kind === "working" && ( -
- +