From a10bfe32cdfac742dae35aa38f81444619e5c4c2 Mon Sep 17 00:00:00 2001
From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com>
Date: Sun, 28 Dec 2025 21:29:28 +0530
Subject: [PATCH] feat: Adjust document mention picker max height and refine
thread header shimmer display logic.
---
surfsense_web/components/assistant-ui/thread.tsx | 2 +-
surfsense_web/components/new-chat/document-mention-picker.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx
index 9ec7386c3..82863f06d 100644
--- a/surfsense_web/components/assistant-ui/thread.tsx
+++ b/surfsense_web/components/assistant-ui/thread.tsx
@@ -155,7 +155,7 @@ const ThinkingStepsDisplay: FC<{ steps: ThinkingStep[]; isThreadRunning?: boolea
)}
>
{/* Header text with shimmer if processing or has in-progress step */}
- {isProcessing || inProgressStep ? (
+ {isProcessing && inProgressStep ? (