From 52313b97181fa60c010029eb146737b52bf1a87a Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:04:01 +0530 Subject: [PATCH] removed the new tab button --- .../src/components/sidebar-content.tsx | 31 +------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx index 1baf301e..f5d98915 100644 --- a/apps/x/apps/renderer/src/components/sidebar-content.tsx +++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx @@ -8,7 +8,6 @@ import { ChevronsDownUp, ChevronsUpDown, Copy, - ExternalLink, FilePlus, FolderPlus, AlertTriangle, @@ -1049,19 +1048,6 @@ function Tree({ >
{item.name} - {actions.onOpenInNewTab && ( - - )}
@@ -1205,25 +1191,10 @@ function TasksSection({ ) : null} {run.title || '(Untitled chat)'} {run.createdAt ? ( - + {formatRunTime(run.createdAt)} ) : null} - {!processingRunIds?.has(run.id) && actions?.onOpenInNewTab && ( -
- -
- )}