wip(desktop): new layout work

This commit is contained in:
Adam 2025-11-14 12:38:52 -06:00 committed by opencode
commit 4069999b78
18 changed files with 257 additions and 140 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": {