Add dialog plugin to Tauri app

Add workspace name to LayoutEngine props

Update version to 0.1.30

Implement file open dialog in Wizard
This commit is contained in:
2026-06-16 12:53:46 +07:00
parent ee845e15b3
commit 50996c929d
16 changed files with 321 additions and 25 deletions
+1
View File
@@ -16,6 +16,7 @@ tauri-build = { version = "2", features = [] }
tauri = { version = "2", features = [] }
tauri-plugin-notification = "2"
tauri-plugin-window-state = "2"
tauri-plugin-dialog = "2"
spacesh-proto = { path = "../../crates/spacesh-proto" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }