From 5374da009297e050547470c4f466963d8df2e9a1 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:55:13 +0530 Subject: [PATCH] refactor(ui): update component styles for improved consistency; adjust footer and message content rounding, and enhance tab bar padding --- surfsense_web/components/assistant-ui/thread.tsx | 4 ++-- surfsense_web/components/assistant-ui/user-message.tsx | 2 +- surfsense_web/components/layout/ui/tabs/TabBar.tsx | 2 +- surfsense_web/components/public-chat/public-thread.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index dcc068bd1..6a9baa86a 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -126,7 +126,7 @@ const ThreadContent: FC = () => { @@ -681,7 +681,7 @@ const Composer: FC = () => { }, [mentionedDocuments]); return ( - + {
-
+
{mentionedDocs && mentionedDocs.length > 0 ? ( ) : ( diff --git a/surfsense_web/components/layout/ui/tabs/TabBar.tsx b/surfsense_web/components/layout/ui/tabs/TabBar.tsx index 2d013eaaa..3015fcf51 100644 --- a/surfsense_web/components/layout/ui/tabs/TabBar.tsx +++ b/surfsense_web/components/layout/ui/tabs/TabBar.tsx @@ -89,7 +89,7 @@ export function TabBar({ {leftActions ?
{leftActions}
: null}
{tabs.map((tab) => { const isActive = tab.id === activeTabId; diff --git a/surfsense_web/components/public-chat/public-thread.tsx b/surfsense_web/components/public-chat/public-thread.tsx index 627baf831..19a13ab54 100644 --- a/surfsense_web/components/public-chat/public-thread.tsx +++ b/surfsense_web/components/public-chat/public-thread.tsx @@ -120,7 +120,7 @@ const PublicUserMessage: FC = () => { >
-
+