Animated loading indicator with status text and elapsed time.
Displays:
LoadingWidget(
self,
status: str = 'Thinking',
)Static| Name | Type | Description |
|---|---|---|
status | str | Default: 'Thinking'Initial status text to display |
| Name | Type |
|---|---|
| status | str |
Compose the loading widget layout.
Start animation on mount.
Stop the animation timer when the widget leaves the DOM.
Stop animation before delegating DOM removal to Textual.
Update the status text.
Pause the animation and update status.
Resume the animation.
Stop the animation (widget will be removed by caller).