wip(desktop): new layout work
This commit is contained in:
parent
5ba9b47b3c
commit
4069999b78
18 changed files with 257 additions and 140 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue