mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
feat: Adjust document mention picker max height and refine thread header shimmer display logic.
This commit is contained in:
parent
446abc239b
commit
a10bfe32cd
2 changed files with 3 additions and 3 deletions
|
|
@ -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 ? (
|
||||
<TextShimmerLoader text={getHeaderText()} size="sm" />
|
||||
) : (
|
||||
<span>{getHeaderText()}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue