Skip to content

Comments

fix(tui): clear status spinner after warmup completes#517

Merged
bug-ops merged 1 commit intomainfrom
fix/504/tui-spinner-clear
Feb 18, 2026
Merged

fix(tui): clear status spinner after warmup completes#517
bug-ops merged 1 commit intomainfrom
fix/504/tui-spinner-clear

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 18, 2026

Summary

  • Clear the TUI status label and throbber 2 seconds after warmup finishes
  • After warmup_tx.send(true), sleep 2s then send Status("") to reset status_label to None
  • Channel send failure is silently ignored (TUI may have exited during the delay)

Closes #504

@github-actions github-actions bot added bug Something isn't working size/XS labels Feb 18, 2026
@bug-ops bug-ops force-pushed the fix/504/tui-spinner-clear branch from 52ff9cc to 30f4cb0 Compare February 18, 2026 01:50
@bug-ops bug-ops enabled auto-merge (squash) February 18, 2026 01:53
Send empty Status event after 2-second delay to dismiss the
"model ready" throbber that was spinning indefinitely.

Closes #504
@bug-ops bug-ops force-pushed the fix/504/tui-spinner-clear branch from 30f4cb0 to 9bbe75c Compare February 18, 2026 01:58
@bug-ops bug-ops disabled auto-merge February 18, 2026 02:09
@bug-ops bug-ops merged commit d4e5eaa into main Feb 18, 2026
18 checks passed
@bug-ops bug-ops deleted the fix/504/tui-spinner-clear branch February 18, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TUI: spinner keeps spinning after 'model ready' status

1 participant