Add todo CRUD tab in companion app

This commit is contained in:
2026-01-10 20:20:32 +00:00
parent c13a4f3247
commit 5af6d38e0f
5 changed files with 417 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ struct ContentView: View {
.tabItem { Label("BLE", systemImage: "dot.radiowaves.left.and.right") }
OrchestratorView()
.tabItem { Label("Orchestrator", systemImage: "bolt.horizontal.circle") }
TodosView()
.tabItem { Label("Todos", systemImage: "checklist") }
}
.onAppear { orchestrator.start() }
}