No error is a dead end: crash, click, and your agent is already looking

Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
Gabriel Brown
2026-08-25 12:50:09 -04:00
parent ada0faf1d1
commit cc7d91d09c
43 changed files with 4648 additions and 327 deletions
@@ -203,6 +203,7 @@ Rectangle {
case "containers": return containersPage;
case "ssh-keys": return sshKeysPage;
case "services": return healthPage;
case "agents": return agentsPage;
case "manual": return manualPage;
case "about": return aboutPage;
default: return homePage;
@@ -275,6 +276,7 @@ Rectangle {
Component { id: privacyPage; PrivacyPage {} }
Component { id: onlineAccountsPage; OnlineAccountsPage {} }
Component { id: healthPage; HealthPage {} }
Component { id: agentsPage; AgentsPage {} }
Component { id: manualPage; ManualPage {} }
Component { id: aboutPage; AboutPage {} }