feat(web): add workspace-aware session flow

This commit is contained in:
imccyu
2026-07-25 16:04:48 +08:00
parent 755e2a8c51
commit 9eb9c70a8a
170 changed files with 7573 additions and 3006 deletions
@@ -42,6 +42,9 @@ function makeHost() {
current: { getSnapshot: () => undefined, subscribe: () => () => {} },
cell: () => undefined,
},
workspaces: {
list: { getSnapshot: () => ({}), subscribe: () => () => {} },
},
}
return {
host,