From 9321d270216d49e3ff8d07689af3349c547fa057 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:16:22 +0530 Subject: [PATCH] fix: update styling and accessibility in various components - Simplified text in DocumentsTableShell for clarity. - Enhanced RightPanel styling for better visual consistency. - Adjusted ChatListItem styles for improved interaction. - Updated ReportPanelContent to include background styling and improved layout. - Modified Drawer and FixedToolbar components for better UI integration. --- .../components/DocumentsTableShell.tsx | 2 +- .../layout/ui/right-panel/RightPanel.tsx | 6 ++-- .../layout/ui/sidebar/ChatListItem.tsx | 4 +-- .../components/report-panel/report-panel.tsx | 19 ++++++---- .../components/tool-ui/generate-report.tsx | 36 +++++++++++++++---- surfsense_web/components/ui/drawer.tsx | 2 +- surfsense_web/components/ui/fixed-toolbar.tsx | 2 +- 7 files changed, 49 insertions(+), 22 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx index 6ab96b920..203469c5f 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx @@ -817,7 +817,7 @@ export function DocumentsTableShell({ {hasDeletableSelection && (