refactor(gui): grouped navigation + clearer page names — 0.20.0 #16

Merged
jessey merged 1 commits from feat/m11-tray into main 2026-05-22 07:31:07 +00:00
Owner

Reshape the IA so it reads by intent instead of a flat pile of pages.

  • Grouped sidebar: Monitor / Diagnose / System / App (section headers).
  • Renames: Health → System Health, Environment → Tuning, Logs → Recordings,
    Setup → Settings.
  • Settings absorbs Notifications (alerts) as a section; Notifications dropped as a
    separate page (notifications_page.py removed; SetupPage gains the alerts card +
    changed signal wired to the live alert monitor).
  • Recordings is now a hub: a source dropdown to view any captured log (always-on /
    last diagnostic / preserved crash) + Analyze-crash in place, plus the recorder
    controls; status line now shows the captured game.
  • main_window nav is data-driven (_NAV groups → _PAGES order → stack); show_page,
    badges, and tray flows updated. GUI smoke test asserts the new page set.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

Reshape the IA so it reads by intent instead of a flat pile of pages. - Grouped sidebar: Monitor / Diagnose / System / App (section headers). - Renames: Health → System Health, Environment → Tuning, Logs → Recordings, Setup → Settings. - Settings absorbs Notifications (alerts) as a section; Notifications dropped as a separate page (notifications_page.py removed; SetupPage gains the alerts card + `changed` signal wired to the live alert monitor). - Recordings is now a hub: a source dropdown to view any captured log (always-on / last diagnostic / preserved crash) + Analyze-crash in place, plus the recorder controls; status line now shows the captured game. - main_window nav is data-driven (_NAV groups → _PAGES order → stack); show_page, badges, and tray flows updated. GUI smoke test asserts the new page set. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey added 1 commit 2026-05-22 07:31:02 +00:00
Reshape the IA so it reads by intent instead of a flat pile of pages.

- Grouped sidebar: Monitor / Diagnose / System / App (section headers).
- Renames: Health → System Health, Environment → Tuning, Logs → Recordings,
  Setup → Settings.
- Settings absorbs Notifications (alerts) as a section; Notifications dropped as a
  separate page (notifications_page.py removed; SetupPage gains the alerts card +
  `changed` signal wired to the live alert monitor).
- Recordings is now a hub: a source dropdown to view any captured log (always-on /
  last diagnostic / preserved crash) + Analyze-crash in place, plus the recorder
  controls; status line now shows the captured game.
- main_window nav is data-driven (_NAV groups → _PAGES order → stack); show_page,
  badges, and tray flows updated. GUI smoke test asserts the new page set.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey merged commit 4c5a6547ec into main 2026-05-22 07:31:07 +00:00
jessey deleted branch feat/m11-tray 2026-05-22 07:31:07 +00:00
Sign in to join this conversation.