feat(ui): spin the running state and quiet the spawn marker - #55
Merged
Conversation
- The below-editor strips (subagents and workflows) now show the braille spinner for running work instead of a static ●, in step with the dashboard and takeover headers. The frames and cadence move to shared/spinner.ts so every surface animates identically. - The spawn result card's bright success ● drops to dim: a spawn is a beginning, not a success, and the strip's spinner carries the running state from there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two marker refinements in the subagent/workflow status surfaces:
●for running work. They now use the braille spinner (⠋⠙⠹…) — the same animation the dashboard and takeover headers already use — so "in progress" reads as motion, not a loud dot. The spinner frames and cadence move toextensions/shared/spinner.tsso strips, transcripts, and headers all animate in step;transcript.tsre-exports to keep its import surface intact.subagent_spawnresult card led with a bright success●, but a spawn is a beginning, not a success — the dot drops to dim and the bold title leads. The running state from that point on belongs to the strip's spinner.Done (
✓) and failed (x) markers are unchanged.Verification
bun run checkclean;bun run test: 752 node:test + 29 vitest passing