focus/crates/focus-tui/tests
DaiChaoXiong 4ffd82b096 feat(tui): animated working indicator with phase detection
- Braille spinner driven by a per-frame counter, shown in both the status
  bar (bottom) and at the bottom of the message area while a job runs
- phase detection (RunState::working_phase): running tool > thinking >
  streaming > generic, so the hint reads e.g. "⠹ shell: cargo test…"
- testable via the injected clock (tests/state_tests.rs)
2026-08-09 21:43:28 +08:00
..
fake feat(tui): add focus-tui terminal UI 2026-08-09 21:35:58 +08:00
app_session_tests.rs feat(tui): add focus-tui terminal UI 2026-08-09 21:35:58 +08:00
config_tests.rs feat(tui): add focus-tui terminal UI 2026-08-09 21:35:58 +08:00
format_tests.rs feat(tui): add focus-tui terminal UI 2026-08-09 21:35:58 +08:00
job_tests.rs feat(tui): add focus-tui terminal UI 2026-08-09 21:35:58 +08:00
state_tests.rs feat(tui): animated working indicator with phase detection 2026-08-09 21:43:28 +08:00