mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Change tool call spinner to be different.
- This differentiates the tool calling spinner from one that matches the normal loading indiator to somethign a little more seamless.
This commit is contained in:
committed by
N. Taylor Mullen
parent
3281cbc835
commit
7408c78dbb
@@ -118,7 +118,7 @@ const ToolStatusIndicator: React.FC<ToolStatusIndicatorProps> = ({
|
|||||||
)}
|
)}
|
||||||
{status === ToolCallStatus.Executing &&
|
{status === ToolCallStatus.Executing &&
|
||||||
(streamingState === StreamingState.Responding ? (
|
(streamingState === StreamingState.Responding ? (
|
||||||
<Spinner type="dots" />
|
<Spinner type="toggle" />
|
||||||
) : (
|
) : (
|
||||||
// Paused spinner to avoid flicker.
|
// Paused spinner to avoid flicker.
|
||||||
<Text>⠇</Text>
|
<Text>⠇</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user