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 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "spaceshell",
"version": "0.1.27",
"version": "0.1.30",
"identifier": "xyz.spacesh.app",
"build": {
"frontendDist": "../dist",