wip(desktop): new layout work

This commit is contained in:
Adam
2025-11-14 12:38:52 -06:00
committed by opencode
parent 5ba9b47b3c
commit 4069999b78
18 changed files with 258 additions and 141 deletions

View File

@@ -63,6 +63,8 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
const sdk = useSDK()
sdk.event.listen((e) => {
// fetch the child store
// make a set store function that always rights to the child store
const event = e.details
switch (event.type) {
case "session.updated": {