From 6091003afb8a5e1fabea4c3bf4cea8a30a124f58 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:14:54 +0530 Subject: [PATCH] improved UI for summary --- surfsense_web/components/chat/ChatCitation.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/surfsense_web/components/chat/ChatCitation.tsx b/surfsense_web/components/chat/ChatCitation.tsx index de9b6f4ca..1d48d98e2 100644 --- a/surfsense_web/components/chat/ChatCitation.tsx +++ b/surfsense_web/components/chat/ChatCitation.tsx @@ -188,13 +188,14 @@ export const CitationDisplay: React.FC<{ index: number; node: any }> = ({ index, {document.content && ( -
+
)}
+ {document.chunks.map((chunk, idx) => (