From f7f789ab813bc0eab8cbca75b9fee4d258246232 Mon Sep 17 00:00:00 2001 From: Auto Date: Wed, 31 Dec 2025 08:17:19 +0200 Subject: [PATCH] add shimmer scanning effect to thought text --- ui/src/components/AgentThought.tsx | 7 +++++-- ui/src/styles/globals.css | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ui/src/components/AgentThought.tsx b/ui/src/components/AgentThought.tsx index 7b46472..8cc8508 100644 --- a/ui/src/components/AgentThought.tsx +++ b/ui/src/components/AgentThought.tsx @@ -131,9 +131,12 @@ export function AgentThought({ logs, agentStatus }: AgentThoughtProps) { )} - {/* Thought text with fade transition */} + {/* Thought text with fade transition + shimmer effect when running */}