Coherence: one component per idea, one spelling per word, one truth per claim

Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
Gabriel Brown
2026-08-25 02:21:45 -04:00
parent 06c53d6c21
commit bd2fd12de2
87 changed files with 660 additions and 766 deletions
@@ -25,17 +25,15 @@ SettingsPage {
// Polling only while this page is on screen.
Component.onCompleted: {
Gaming.refresh();
if (!Gaming.scanned)
Gaming.refresh();
Gaming.watching = true;
}
Component.onDestruction: Gaming.watching = false
TextRow {
visible: Gaming.lastError !== ""
ErrorRow {
label: "Gaming needs attention"
detail: Gaming.lastError
value: ""
divider: false
message: Gaming.lastError
}
// ── Right now ────────────────────────────────────────────────────────────