Add router-based navigation and refresh workspace switch overlay (#244)

* feat: enable URL-based navigation for web QA and restore workspace switch branding

* fix: use solid router Route list for compatibility

* fix: mount app inside root route for router context

* fix: patch solid router exports

* fix: render views via switch while syncing URL

* push

* fix: allow remote workspace creation in web
This commit is contained in:
ben
2026-01-24 12:26:21 -08:00
committed by GitHub
parent 79e13fd5c8
commit db9d7fe12f
12 changed files with 333 additions and 143 deletions

View File

@@ -32,7 +32,10 @@
"better-sqlite3",
"esbuild",
"protobufjs"
]
],
"patchedDependencies": {
"@solidjs/router@0.15.4": "patches/@solidjs__router@0.15.4.patch"
}
},
"packageManager": "pnpm@10.27.0"
}