refactor(ios): minimal full-screen canvas

This commit is contained in:
Peter Steinberger
2025-12-13 00:50:20 +00:00
parent ca20a2dc06
commit 8cc2dc715c
4 changed files with 70 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ struct ClawdisNodeApp: App {
var body: some Scene {
WindowGroup {
RootTabs()
RootCanvas()
.environmentObject(self.appModel)
.environmentObject(self.appModel.voiceWake)
.onChange(of: self.scenePhase) { _, newValue in