wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 04:03:07 -04:00
parent 41338d1bf9
commit 2bb5b9b13a

View File

@@ -30,7 +30,9 @@ const logout = action(async () => {
})
export default function WorkspaceLayout(props: RouteSectionProps) {
const userInfo = createAsync(() => getUserInfo())
const userInfo = createAsync(() => getUserInfo(), {
deferStream: true,
})
return (
<main data-page="workspace">
<header data-component="workspace-header">