From 5f3b0a317462636559f8415e9922963963a698db Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Mon, 16 Feb 2026 15:30:19 +0530 Subject: [PATCH] refactor: remove New Chat button from sidebar content --- .../apps/renderer/src/components/sidebar-content.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx index 9377d82d..2207a856 100644 --- a/apps/x/apps/renderer/src/components/sidebar-content.tsx +++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx @@ -20,7 +20,6 @@ import { LoaderIcon, Settings, Square, - SquarePen, Trash2, } from "lucide-react" @@ -1009,17 +1008,6 @@ function TasksSection({ }) { return ( - {/* Sticky New Chat button - matches Knowledge section height */} -
- - - - - New chat - - - -
{/* Background Tasks Section */} {backgroundTasks.length > 0 && (