From 6bc4331d785e1c3ba5b8ec2dc46976c6193755eb Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Fri, 22 Aug 2025 11:48:18 -0700 Subject: [PATCH] fix: increased Sheet size and.... - respectfully fuck linting --- surfsense_web/components/chat/ChatSources.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/surfsense_web/components/chat/ChatSources.tsx b/surfsense_web/components/chat/ChatSources.tsx index 863b0c2..d7a0d32 100644 --- a/surfsense_web/components/chat/ChatSources.tsx +++ b/surfsense_web/components/chat/ChatSources.tsx @@ -232,7 +232,7 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { View Sources ({totalSources}) - +
Sources @@ -248,11 +248,13 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { {getSourceIcon(group.type)} - {group.name} - + + {group.name} + + {group.sources.length} @@ -266,7 +268,7 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { className="flex-1 min-h-0 mt-0 px-6 pb-6 data-[state=active]:flex data-[state=active]:flex-col" >
-
+
{group.sources.map((source) => ( ))}