feat(gui): Run Diagnostic flow on the Games page — 0.12.0 #7

Merged
jessey merged 1 commits from feat/m6-steam-detection into main 2026-05-22 06:32:31 +00:00
Owner

Brings the guided diagnostic (0.11.0 core/CLI) into the GUI:

  • Each game row gets a "Run Diagnostic" button → starts a focused, game-tagged
    capture and shows a recording banner (live sample count + GPU-lost indicator)
    with Finish & analyze / Discard.
  • Finishing runs core.diagnostic.finish() off the UI thread and opens a results
    dialog (gui/diagnostic_dialog.py): window-scoped capture summary + findings
    cards (reusing render_summary + finding_card).
  • Banner restores on showEvent if a capture is still running (navigate away/back).

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

Brings the guided diagnostic (0.11.0 core/CLI) into the GUI: - Each game row gets a "Run Diagnostic" button → starts a focused, game-tagged capture and shows a recording banner (live sample count + GPU-lost indicator) with Finish & analyze / Discard. - Finishing runs core.diagnostic.finish() off the UI thread and opens a results dialog (gui/diagnostic_dialog.py): window-scoped capture summary + findings cards (reusing render_summary + finding_card). - Banner restores on showEvent if a capture is still running (navigate away/back). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey added 1 commit 2026-05-22 06:32:26 +00:00
Brings the guided diagnostic (0.11.0 core/CLI) into the GUI:
- Each game row gets a "Run Diagnostic" button → starts a focused, game-tagged
  capture and shows a recording banner (live sample count + GPU-lost indicator)
  with Finish & analyze / Discard.
- Finishing runs core.diagnostic.finish() off the UI thread and opens a results
  dialog (gui/diagnostic_dialog.py): window-scoped capture summary + findings
  cards (reusing render_summary + finding_card).
- Banner restores on showEvent if a capture is still running (navigate away/back).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey merged commit 5cd51beadf into main 2026-05-22 06:32:31 +00:00
Sign in to join this conversation.