From 48edd98fe06a49945b81e0a565b1cd1becf8c0bf Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Thu, 2 Apr 2026 09:36:14 +0530 Subject: [PATCH] Remove action indicators from TasksSection and TabBar components (green dot) --- apps/x/apps/renderer/src/components/sidebar-content.tsx | 3 --- apps/x/apps/renderer/src/components/tab-bar.tsx | 3 --- 2 files changed, 6 deletions(-) diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx index 6fbfa0ea..4442c01b 100644 --- a/apps/x/apps/renderer/src/components/sidebar-content.tsx +++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx @@ -1324,9 +1324,6 @@ function TasksSection({ }} >
- {processingRunIds?.has(run.id) ? ( - - ) : null} {run.title || '(Untitled chat)'} {run.createdAt ? ( diff --git a/apps/x/apps/renderer/src/components/tab-bar.tsx b/apps/x/apps/renderer/src/components/tab-bar.tsx index 744f578d..b4374ffb 100644 --- a/apps/x/apps/renderer/src/components/tab-bar.tsx +++ b/apps/x/apps/renderer/src/components/tab-bar.tsx @@ -67,9 +67,6 @@ export function TabBar({ )} style={layout === 'scroll' ? { flex: '0 0 auto' } : { flex: '1 1 0px' }} > - {processing && ( - - )} {title} {(allowSingleTabClose || tabs.length > 1) && (