Ask a question to get started
Enter to send•Shift+Enter new line
Animated loading indicator with status text and elapsed time.
Displays: Thinking... (3s, esc to interrupt)
LoadingWidget( self, status: str = 'Thinking', )
Static
status
str
'Thinking'
Initial status text to display
Compose the loading widget layout.
Start animation on mount.
Update the status text.
Pause the animation and update status.
Resume the animation.
Stop the animation (widget will be removed by caller).