feat(FN-2311): default dashboard TUI to system section

- Reorder dashboard TUI sections so System is tab [1] and the initial active view
- Update header rendering across wide, medium, and narrow terminal layouts to reflect the new tab order
- Expand dashboard TUI tests to assert system-first labels and default active section behavior
- Document system-first startup behavior in CLI reference and add a patch changeset for @runfusion/fusion
This commit is contained in:
Fusion
2026-04-23 10:33:56 -07:00
committed by gsxdsm
parent 187e5fccf0
commit 86fd24e1d0
6 changed files with 36 additions and 15 deletions

View File

@@ -70,12 +70,15 @@ interactive TUI with five sections:
| Section | Description |
|---|---|
| **Logs** | Real-time log entries with timestamps and severity levels |
| **System** | Host, port, URL, auth mode, token, engine status, uptime |
| **Logs** | Real-time log entries with timestamps and severity levels |
| **Utilities** | Actions: refresh stats, clear logs, toggle engine pause |
| **Stats** | Task counts by column, active task count, agent state counts |
| **Settings** | Key settings from the task store |
On startup, the TUI opens on the **System** section by default so you can
immediately see host/port and access-token details.
**Keyboard Navigation:**
| Key | Action |