docs(web): describe the running dot as the chase master now renders

Master replaced StateDot's ongoing ring with a pixel-art chase, so the
prompt line's run-state description named an indicator that no longer
exists. Same fix in the note, both READMEs, and the test name.
This commit is contained in:
Chinesezjc
2026-07-28 17:08:40 +08:00
parent 9d8a4d50ee
commit 9d2f7f4362
8 changed files with 10 additions and 10 deletions
@@ -75,7 +75,7 @@ function statusText(exitCode: number | undefined, signal: string | undefined): s
* Run-state indicator for the command, shown at the head of the prompt line so
* the card states whether the command is still running without the reader
* having to infer it from the presence of output. Three of {@link StateDotState}'s
* four states are reachable: the spinning ring while running (the same
* four states are reachable: the running chase (the same
* indicator a running tool row's leading icon uses, so the row and its card
* never disagree), green for a clean settle, red for a signal or a non-zero
* exit — the same status distinction {@link statusText} draws for the pill. A