@dxos/plugin-simple-layout 0.8.4-main.69d29f4 → 0.8.4-main.74a063c4e0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/dist/lib/browser/index.mjs +44 -58
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/node-esm/index.mjs +44 -57
  5. package/dist/lib/node-esm/index.mjs.map +4 -4
  6. package/dist/lib/node-esm/meta.json +1 -1
  7. package/dist/types/src/SimpleLayoutPlugin.d.ts +1 -1
  8. package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
  9. package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
  10. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  11. package/dist/types/src/capabilities/index.d.ts +21 -6
  12. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  13. package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
  14. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
  15. package/dist/types/src/capabilities/{react-root/react-root.d.ts → react-root.d.ts} +1 -1
  16. package/dist/types/src/capabilities/react-root.d.ts.map +1 -0
  17. package/dist/types/src/capabilities/react-surface.d.ts +5 -0
  18. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  19. package/dist/types/src/capabilities/{spotlight-dismiss/spotlight-dismiss.d.ts → spotlight-dismiss.d.ts} +1 -1
  20. package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -0
  21. package/dist/types/src/capabilities/{state/state.d.ts → state.d.ts} +2 -2
  22. package/dist/types/src/capabilities/state.d.ts.map +1 -0
  23. package/dist/types/src/capabilities/url-handler.d.ts +12 -0
  24. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -0
  25. package/dist/types/src/components/ContentError.stories.d.ts +26 -15
  26. package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
  27. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts +19 -0
  28. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -0
  29. package/dist/types/src/components/DebugOverlay/index.d.ts +2 -0
  30. package/dist/types/src/components/DebugOverlay/index.d.ts.map +1 -0
  31. package/dist/types/src/components/Home/Home.d.ts.map +1 -1
  32. package/dist/types/src/components/Loading/Loading.d.ts +3 -0
  33. package/dist/types/src/components/Loading/Loading.d.ts.map +1 -0
  34. package/dist/types/src/components/{ContentLoading.stories.d.ts → Loading/Loading.stories.d.ts} +1 -1
  35. package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -0
  36. package/dist/types/src/components/Loading/index.d.ts +2 -0
  37. package/dist/types/src/components/Loading/index.d.ts.map +1 -0
  38. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +35 -0
  39. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -0
  40. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts +7 -0
  41. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -0
  42. package/dist/types/src/components/MobileLayout/index.d.ts +2 -0
  43. package/dist/types/src/components/MobileLayout/index.d.ts.map +1 -0
  44. package/dist/types/src/components/NavBranch/NavBranch.d.ts +11 -0
  45. package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -0
  46. package/dist/types/src/components/NavBranch/index.d.ts +2 -0
  47. package/dist/types/src/components/NavBranch/index.d.ts.map +1 -0
  48. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  49. package/dist/types/src/components/SimpleLayout/AppBar.d.ts +28 -0
  50. package/dist/types/src/components/SimpleLayout/AppBar.d.ts.map +1 -0
  51. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +54 -0
  52. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -0
  53. package/dist/types/src/components/SimpleLayout/Drawer.d.ts +9 -0
  54. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -0
  55. package/dist/types/src/components/SimpleLayout/Main.d.ts +1 -1
  56. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  57. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +18 -6
  58. package/dist/types/src/components/SimpleLayout/NavBar.d.ts.map +1 -1
  59. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +35 -21
  60. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  61. package/dist/types/src/components/SimpleLayout/SimpleLayout.d.ts.map +1 -1
  62. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +26 -15
  63. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  64. package/dist/types/src/components/SimpleLayout/index.d.ts +3 -0
  65. package/dist/types/src/components/SimpleLayout/index.d.ts.map +1 -1
  66. package/dist/types/src/components/hooks.d.ts +4 -2
  67. package/dist/types/src/components/hooks.d.ts.map +1 -1
  68. package/dist/types/src/components/index.d.ts +4 -2
  69. package/dist/types/src/components/index.d.ts.map +1 -1
  70. package/dist/types/src/hooks/actions.d.ts +19 -0
  71. package/dist/types/src/hooks/actions.d.ts.map +1 -0
  72. package/dist/types/src/hooks/index.d.ts +5 -0
  73. package/dist/types/src/hooks/index.d.ts.map +1 -1
  74. package/dist/types/src/hooks/useAppBarProps.d.ts +7 -0
  75. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -0
  76. package/dist/types/src/hooks/useCompanions.d.ts +12 -0
  77. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -0
  78. package/dist/types/src/hooks/useDrawerActions.d.ts +13 -0
  79. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -0
  80. package/dist/types/src/hooks/useNavbarActions.d.ts +14 -0
  81. package/dist/types/src/hooks/useNavbarActions.d.ts.map +1 -0
  82. package/dist/types/src/hooks/useSimpleLayoutState.d.ts +3 -3
  83. package/dist/types/src/hooks/useSimpleLayoutState.d.ts.map +1 -1
  84. package/dist/types/src/operations/close.d.ts +5 -0
  85. package/dist/types/src/operations/close.d.ts.map +1 -0
  86. package/dist/types/src/operations/index.d.ts +3 -0
  87. package/dist/types/src/operations/index.d.ts.map +1 -0
  88. package/dist/types/src/operations/open.d.ts +5 -0
  89. package/dist/types/src/operations/open.d.ts.map +1 -0
  90. package/dist/types/src/operations/revert-workspace.d.ts +5 -0
  91. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -0
  92. package/dist/types/src/operations/set-layout-mode.d.ts +5 -0
  93. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -0
  94. package/dist/types/src/operations/set.d.ts +5 -0
  95. package/dist/types/src/operations/set.d.ts.map +1 -0
  96. package/dist/types/src/operations/state-access.d.ts +8 -0
  97. package/dist/types/src/operations/state-access.d.ts.map +1 -0
  98. package/dist/types/src/operations/switch-workspace.d.ts +5 -0
  99. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -0
  100. package/dist/types/src/operations/update-complementary.d.ts +5 -0
  101. package/dist/types/src/operations/update-complementary.d.ts.map +1 -0
  102. package/dist/types/src/operations/update-dialog.d.ts +5 -0
  103. package/dist/types/src/operations/update-dialog.d.ts.map +1 -0
  104. package/dist/types/src/operations/update-popover.d.ts +5 -0
  105. package/dist/types/src/operations/update-popover.d.ts.map +1 -0
  106. package/dist/types/src/operations/update-sidebar.d.ts +5 -0
  107. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -0
  108. package/dist/types/src/translations.d.ts +26 -13
  109. package/dist/types/src/translations.d.ts.map +1 -1
  110. package/dist/types/src/types/capabilities.d.ts +18 -5
  111. package/dist/types/src/types/capabilities.d.ts.map +1 -1
  112. package/dist/types/src/types/events.d.ts.map +1 -1
  113. package/dist/types/tsconfig.tsbuildinfo +1 -1
  114. package/package.json +46 -30
  115. package/src/SimpleLayoutPlugin.ts +24 -13
  116. package/src/capabilities/app-graph-builder.ts +21 -0
  117. package/src/capabilities/index.ts +13 -6
  118. package/src/capabilities/operation-handler.ts +14 -0
  119. package/src/capabilities/{react-root/react-root.tsx → react-root.tsx} +4 -4
  120. package/src/capabilities/react-surface.tsx +50 -0
  121. package/src/capabilities/{spotlight-dismiss/spotlight-dismiss.ts → spotlight-dismiss.ts} +2 -2
  122. package/src/capabilities/{state/state.tsx → state.tsx} +8 -5
  123. package/src/capabilities/url-handler.ts +161 -0
  124. package/src/components/ContentError.stories.tsx +8 -7
  125. package/src/components/DebugOverlay/DebugOverlay.tsx +96 -0
  126. package/src/components/DebugOverlay/index.ts +5 -0
  127. package/src/components/Dialog/Dialog.tsx +6 -6
  128. package/src/components/Home/Home.tsx +51 -43
  129. package/src/components/{ContentLoading.stories.tsx → Loading/Loading.stories.tsx} +5 -5
  130. package/src/components/{ContentLoading.tsx → Loading/Loading.tsx} +2 -2
  131. package/src/components/Loading/index.ts +5 -0
  132. package/src/components/MobileLayout/MobileLayout.stories.tsx +133 -0
  133. package/src/components/MobileLayout/MobileLayout.tsx +374 -0
  134. package/src/components/MobileLayout/index.ts +5 -0
  135. package/src/components/NavBranch/NavBranch.tsx +128 -0
  136. package/src/components/{Workspace → NavBranch}/index.ts +1 -1
  137. package/src/components/Popover/Popover.tsx +10 -9
  138. package/src/components/SimpleLayout/AppBar.stories.tsx +143 -0
  139. package/src/components/SimpleLayout/AppBar.tsx +94 -0
  140. package/src/components/SimpleLayout/Drawer.tsx +98 -0
  141. package/src/components/SimpleLayout/Main.tsx +45 -48
  142. package/src/components/SimpleLayout/NavBar.stories.tsx +131 -27
  143. package/src/components/SimpleLayout/NavBar.tsx +21 -62
  144. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +45 -55
  145. package/src/components/SimpleLayout/SimpleLayout.tsx +45 -7
  146. package/src/components/SimpleLayout/index.ts +3 -0
  147. package/src/components/hooks.ts +10 -14
  148. package/src/components/index.ts +4 -2
  149. package/src/hooks/actions.ts +84 -0
  150. package/src/hooks/index.ts +5 -0
  151. package/src/hooks/useAppBarProps.ts +115 -0
  152. package/src/hooks/useCompanions.ts +22 -0
  153. package/src/hooks/useDrawerActions.ts +100 -0
  154. package/src/hooks/useNavbarActions.ts +87 -0
  155. package/src/hooks/useSimpleLayoutState.ts +5 -5
  156. package/src/meta.ts +1 -1
  157. package/src/operations/close.ts +34 -0
  158. package/src/operations/index.ts +16 -0
  159. package/src/operations/open.ts +63 -0
  160. package/src/operations/revert-workspace.ts +22 -0
  161. package/src/operations/set-layout-mode.ts +12 -0
  162. package/src/operations/set.ts +23 -0
  163. package/src/operations/state-access.ts +19 -0
  164. package/src/operations/switch-workspace.ts +26 -0
  165. package/src/operations/update-complementary.ts +35 -0
  166. package/src/operations/update-dialog.ts +28 -0
  167. package/src/operations/update-popover.ts +35 -0
  168. package/src/operations/update-sidebar.ts +12 -0
  169. package/src/translations.ts +21 -13
  170. package/src/types/capabilities.ts +16 -7
  171. package/src/types/events.ts +3 -2
  172. package/dist/lib/browser/chunk-CLPGTNWJ.mjs +0 -29
  173. package/dist/lib/browser/chunk-CLPGTNWJ.mjs.map +0 -7
  174. package/dist/lib/browser/chunk-FK4M7GJV.mjs +0 -613
  175. package/dist/lib/browser/chunk-FK4M7GJV.mjs.map +0 -7
  176. package/dist/lib/browser/operation-resolver-LTB63NKP.mjs +0 -168
  177. package/dist/lib/browser/operation-resolver-LTB63NKP.mjs.map +0 -7
  178. package/dist/lib/browser/react-root-6ARAPH3O.mjs +0 -21
  179. package/dist/lib/browser/react-root-6ARAPH3O.mjs.map +0 -7
  180. package/dist/lib/browser/react-surface-SO7B23GS.mjs +0 -39
  181. package/dist/lib/browser/react-surface-SO7B23GS.mjs.map +0 -7
  182. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs +0 -66
  183. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs.map +0 -7
  184. package/dist/lib/browser/state-H4IGICBB.mjs +0 -45
  185. package/dist/lib/browser/state-H4IGICBB.mjs.map +0 -7
  186. package/dist/lib/browser/url-handler-7CFGTLNG.mjs +0 -54
  187. package/dist/lib/browser/url-handler-7CFGTLNG.mjs.map +0 -7
  188. package/dist/lib/node-esm/chunk-EGFZAVBD.mjs +0 -614
  189. package/dist/lib/node-esm/chunk-EGFZAVBD.mjs.map +0 -7
  190. package/dist/lib/node-esm/chunk-MUVVYBUE.mjs +0 -31
  191. package/dist/lib/node-esm/chunk-MUVVYBUE.mjs.map +0 -7
  192. package/dist/lib/node-esm/operation-resolver-7O6O7T4Q.mjs +0 -169
  193. package/dist/lib/node-esm/operation-resolver-7O6O7T4Q.mjs.map +0 -7
  194. package/dist/lib/node-esm/react-root-2CPA2ZUS.mjs +0 -22
  195. package/dist/lib/node-esm/react-root-2CPA2ZUS.mjs.map +0 -7
  196. package/dist/lib/node-esm/react-surface-FKAV56MO.mjs +0 -40
  197. package/dist/lib/node-esm/react-surface-FKAV56MO.mjs.map +0 -7
  198. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs +0 -68
  199. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs.map +0 -7
  200. package/dist/lib/node-esm/state-QIU2LMLT.mjs +0 -46
  201. package/dist/lib/node-esm/state-QIU2LMLT.mjs.map +0 -7
  202. package/dist/lib/node-esm/url-handler-4LYP3JM7.mjs +0 -55
  203. package/dist/lib/node-esm/url-handler-4LYP3JM7.mjs.map +0 -7
  204. package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -3
  205. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
  206. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -5
  207. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
  208. package/dist/types/src/capabilities/react-root/index.d.ts +0 -6
  209. package/dist/types/src/capabilities/react-root/index.d.ts.map +0 -1
  210. package/dist/types/src/capabilities/react-root/react-root.d.ts.map +0 -1
  211. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
  212. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  213. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
  214. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  215. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts +0 -3
  216. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts.map +0 -1
  217. package/dist/types/src/capabilities/spotlight-dismiss/spotlight-dismiss.d.ts.map +0 -1
  218. package/dist/types/src/capabilities/state/index.d.ts +0 -13
  219. package/dist/types/src/capabilities/state/index.d.ts.map +0 -1
  220. package/dist/types/src/capabilities/state/state.d.ts.map +0 -1
  221. package/dist/types/src/capabilities/url-handler/index.d.ts +0 -3
  222. package/dist/types/src/capabilities/url-handler/index.d.ts.map +0 -1
  223. package/dist/types/src/capabilities/url-handler/url-handler.d.ts +0 -10
  224. package/dist/types/src/capabilities/url-handler/url-handler.d.ts.map +0 -1
  225. package/dist/types/src/components/ContentError.d.ts +0 -5
  226. package/dist/types/src/components/ContentError.d.ts.map +0 -1
  227. package/dist/types/src/components/ContentLoading.d.ts +0 -3
  228. package/dist/types/src/components/ContentLoading.d.ts.map +0 -1
  229. package/dist/types/src/components/ContentLoading.stories.d.ts.map +0 -1
  230. package/dist/types/src/components/SimpleLayout/Banner.d.ts +0 -8
  231. package/dist/types/src/components/SimpleLayout/Banner.d.ts.map +0 -1
  232. package/dist/types/src/components/Workspace/Workspace.d.ts +0 -9
  233. package/dist/types/src/components/Workspace/Workspace.d.ts.map +0 -1
  234. package/dist/types/src/components/Workspace/index.d.ts +0 -2
  235. package/dist/types/src/components/Workspace/index.d.ts.map +0 -1
  236. package/src/capabilities/operation-resolver/index.ts +0 -10
  237. package/src/capabilities/operation-resolver/operation-resolver.ts +0 -178
  238. package/src/capabilities/react-root/index.ts +0 -7
  239. package/src/capabilities/react-surface/index.ts +0 -7
  240. package/src/capabilities/react-surface/react-surface.tsx +0 -40
  241. package/src/capabilities/spotlight-dismiss/index.ts +0 -7
  242. package/src/capabilities/state/index.ts +0 -9
  243. package/src/capabilities/url-handler/index.ts +0 -7
  244. package/src/capabilities/url-handler/url-handler.ts +0 -80
  245. package/src/components/ContentError.tsx +0 -23
  246. package/src/components/SimpleLayout/Banner.tsx +0 -82
  247. package/src/components/Workspace/Workspace.tsx +0 -115
@@ -2,73 +2,32 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ import { type Atom } from '@effect-atom/atom-react';
5
6
  import React from 'react';
6
7
 
7
- import { useAppGraph } from '@dxos/app-framework/react';
8
- import { Node, useActionRunner, useConnections } from '@dxos/plugin-graph';
9
- import { IconButton, type ThemedClassName, Toolbar, Tooltip, useTranslation } from '@dxos/react-ui';
10
- import { DropdownMenu, MenuProvider } from '@dxos/react-ui-menu';
11
- import { mx } from '@dxos/ui-theme';
8
+ import { type ActionExecutor, type ActionGraphProps, Menu, useMenuActions } from '@dxos/react-ui-menu';
9
+ import { composable, composableProps } from '@dxos/ui-theme';
12
10
 
13
- import { meta } from '../../meta';
11
+ const NAVBAR_NAME = 'SimpleLayout.NavBar';
14
12
 
15
- export type NavBarProps = ThemedClassName<{
16
- activeId?: string;
17
- onActiveIdChange?: (nextActiveId: string | null) => void;
18
- }>;
19
-
20
- export const NavBar = ({ classNames, activeId, onActiveIdChange }: NavBarProps) => {
21
- const { t } = useTranslation(meta.id);
22
- const { graph } = useAppGraph();
23
- const runAction = useActionRunner();
24
-
25
- const connections = useConnections(graph, Node.RootId);
26
- const menuActions = connections.filter((node) => node.properties.disposition === 'menu');
13
+ export type NavBarProps = {
14
+ /** Action graph atom for the toolbar. */
15
+ actions: Atom.Atom<ActionGraphProps>;
16
+ /** Action executor callback. */
17
+ onAction?: ActionExecutor;
18
+ };
27
19
 
28
- const isBrowseActive = activeId !== 'notifications' && activeId !== 'profile';
20
+ /**
21
+ * Presentational navbar component that renders a toolbar from an action graph.
22
+ */
23
+ export const NavBar = composable<HTMLDivElement, NavBarProps>(({ actions, onAction, ...props }, forwardedRef) => {
24
+ const menuActions = useMenuActions(actions);
29
25
 
30
26
  return (
31
- <Toolbar.Root classNames={mx('justify-center', classNames)}>
32
- <MenuProvider onAction={runAction}>
33
- <DropdownMenu.Root items={menuActions}>
34
- <Tooltip.Trigger asChild content={t('app menu label')}>
35
- <DropdownMenu.Trigger asChild data-testid='spacePlugin.addSpace'>
36
- <IconButton icon='ph--plus--regular' iconOnly label={t('main menu label')} />
37
- </DropdownMenu.Trigger>
38
- </Tooltip.Trigger>
39
- </DropdownMenu.Root>
40
- </MenuProvider>
41
- {/*
42
- <ButtonGroup>
43
- <IconButton
44
- {...buttonProps}
45
- label={t('browse label')}
46
- icon='ph--squares-four--regular'
47
- onClick={() => onActiveIdChange?.(null)}
48
- variant={isBrowseActive ? 'primary' : 'default'}
49
- {...(isBrowseActive && { 'aria-current': 'location' })}
50
- />
51
- <IconButton
52
- {...buttonProps}
53
- label={t('notifications label')}
54
- icon='ph--bell-simple--regular'
55
- onClick={() => onActiveIdChange?.('notifications')}
56
- variant={activeId === 'notifications' ? 'primary' : 'default'}
57
- {...(activeId === 'notifications' && { 'aria-current': 'location' })}
58
- />
59
- <Button
60
- variant={activeId === 'profile' ? 'primary' : 'default'}
61
- onClick={() => onActiveIdChange?.('profile')}
62
- classNames={buttonProps.classNames}
63
- >
64
- <span className='sr-only'>{t('profile label')}</span>
65
- <Avatar.Root>
66
- <Avatar.Label classNames='sr-only'>Profile display name</Avatar.Label>
67
- <Avatar.Content size={8} status='active' hue='cyan' fallback='🗿' />
68
- </Avatar.Root>
69
- </Button>
70
- </ButtonGroup>
71
- */}
72
- </Toolbar.Root>
27
+ <Menu.Root {...menuActions} alwaysActive onAction={onAction}>
28
+ <Menu.Toolbar {...composableProps(props)} ref={forwardedRef} />
29
+ </Menu.Root>
73
30
  );
74
- };
31
+ });
32
+
33
+ NavBar.displayName = NAVBAR_NAME;
@@ -5,81 +5,71 @@
5
5
  import { type Meta, type StoryObj } from '@storybook/react-vite';
6
6
  import * as Effect from 'effect/Effect';
7
7
 
8
- import { Capability, Common, Plugin } from '@dxos/app-framework';
8
+ import { ActivationEvents, Capability, Plugin } from '@dxos/app-framework';
9
9
  import { withPluginManager } from '@dxos/app-framework/testing';
10
- import { ClientOperation, ClientPlugin } from '@dxos/plugin-client';
10
+ import { AppActivationEvents } from '@dxos/app-toolkit';
11
+ import { Collection } from '@dxos/echo';
12
+ import { ClientPlugin } from '@dxos/plugin-client';
11
13
  import { SearchPlugin } from '@dxos/plugin-search';
12
14
  import { SpacePlugin } from '@dxos/plugin-space';
13
- import { SpaceOperation } from '@dxos/plugin-space/types';
14
15
  import { corePlugins } from '@dxos/plugin-testing';
15
- import { withTheme } from '@dxos/react-ui/testing';
16
- import { translations as searchTranslation } from '@dxos/react-ui-searchlist';
17
- import { Collection } from '@dxos/schema';
16
+ import { translations as searchTranslation } from '@dxos/react-ui-search';
17
+ import { withLayout } from '@dxos/react-ui/testing';
18
+
19
+ import { ReactRoot, ReactSurface, State } from '#capabilities';
20
+ import { meta as pluginMeta } from '#meta';
21
+ import { SimpleLayoutEvents } from '#types';
18
22
 
19
- import { OperationResolver, type SimpleLayoutStateOptions, State } from '../../capabilities';
20
- import { meta as pluginMeta } from '../../meta';
21
23
  import { type SimpleLayoutPluginOptions } from '../../SimpleLayoutPlugin';
22
24
  import { translations } from '../../translations';
23
-
24
25
  import { SimpleLayout } from './SimpleLayout';
25
26
 
26
- const TestPlugin = Plugin.define<SimpleLayoutPluginOptions>(pluginMeta).pipe(
27
- Plugin.addModule(({ isPopover = false }) => ({
28
- id: Capability.getModuleTag(State),
29
- activatesOn: Common.ActivationEvent.Startup,
30
- activatesAfter: [Common.ActivationEvent.LayoutReady],
31
- activate: () => State({ initialState: { isPopover } } satisfies SimpleLayoutStateOptions),
32
- })),
33
- Common.Plugin.addOperationResolverModule({ activate: OperationResolver }),
34
- Plugin.addModule({
35
- id: 'setup',
36
- activatesOn: Common.ActivationEvent.OperationInvokerReady,
37
- activate: Effect.fnUntraced(function* () {
38
- const { invoke } = yield* Capability.get(Common.Capability.OperationInvoker);
39
- yield* invoke(ClientOperation.CreateIdentity, {});
40
- const { space: work } = yield* invoke(SpaceOperation.Create, { name: 'Work Space' });
41
- const { space: sharedProject } = yield* invoke(SpaceOperation.Create, { name: 'Shared Project' });
42
-
43
- // Add collections to Work Space.
44
- yield* invoke(SpaceOperation.AddObject, {
45
- target: work.db,
46
- object: Collection.make({ name: 'Projects', objects: [] }),
47
- });
48
- yield* invoke(SpaceOperation.AddObject, {
49
- target: work.db,
50
- object: Collection.make({ name: 'Documents', objects: [] }),
51
- });
52
-
53
- // Add collections to Shared Project.
54
- yield* invoke(SpaceOperation.AddObject, {
55
- target: sharedProject.db,
56
- object: Collection.make({ name: 'Tasks', objects: [] }),
57
- });
58
- yield* invoke(SpaceOperation.AddObject, {
59
- target: sharedProject.db,
60
- object: Collection.make({ name: 'Notes', objects: [] }),
61
- });
62
- }),
63
- }),
64
- Plugin.make,
65
- );
66
-
67
- const createPluginManager = ({ isPopover }: { isPopover: boolean }) => {
27
+ const createPluginManager = ({ isPopover }: { isPopover?: boolean }) => {
68
28
  return withPluginManager({
29
+ setupEvents: [AppActivationEvents.SetupSettings],
69
30
  plugins: [
70
31
  ...corePlugins(),
71
32
  ClientPlugin({
72
33
  types: [Collection.Collection],
34
+ onClientInitialized: ({ client }) =>
35
+ Effect.gen(function* () {
36
+ yield* Effect.promise(() => client.halo.createIdentity());
37
+ }),
73
38
  }),
39
+
74
40
  SearchPlugin(),
75
41
  SpacePlugin({}),
76
- TestPlugin({ isPopover }),
42
+
43
+ // TODO(burdon): This should be factored ouf from SimpleLayoutPlugin.
44
+ Plugin.define<SimpleLayoutPluginOptions>(pluginMeta).pipe(
45
+ Plugin.addModule(({ isPopover = false }) => ({
46
+ id: Capability.getModuleTag(State),
47
+ activatesOn: ActivationEvents.Startup,
48
+ activatesAfter: [SimpleLayoutEvents.StateReady, AppActivationEvents.LayoutReady],
49
+ activate: () => State({ initialState: { isPopover } }),
50
+ })),
51
+ Plugin.addModule({
52
+ id: Capability.getModuleTag(ReactRoot),
53
+ activatesOn: ActivationEvents.Startup,
54
+ activate: ReactRoot,
55
+ }),
56
+ Plugin.addModule({
57
+ id: Capability.getModuleTag(ReactSurface),
58
+ activatesOn: ActivationEvents.Startup,
59
+ activate: ReactSurface,
60
+ }),
61
+ Plugin.make,
62
+ )({ isPopover }),
77
63
  ],
78
64
  });
79
65
  };
80
66
 
67
+ /**
68
+ * NOTE: To expose to iphone on network:
69
+ * `moon run storybook-react:serve dev -H 0.0.0.0`
70
+ */
81
71
  const meta = {
82
- title: 'plugins/plugin-simple-layout/SimpleLayout',
72
+ title: 'plugins/plugin-simple-layout/components/SimpleLayout',
83
73
  component: SimpleLayout,
84
74
  parameters: {
85
75
  layout: 'fullscreen',
@@ -92,9 +82,9 @@ export default meta;
92
82
  type Story = StoryObj<typeof meta>;
93
83
 
94
84
  export const Default: Story = {
95
- decorators: [withTheme, createPluginManager({ isPopover: false })],
85
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({})],
96
86
  };
97
87
 
98
88
  export const Popover: Story = {
99
- decorators: [withTheme, createPluginManager({ isPopover: true })],
89
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({ isPopover: true })],
100
90
  };
@@ -2,19 +2,57 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import React from 'react';
5
+ import React, { useLayoutEffect, useRef, useState } from 'react';
6
6
 
7
+ import { Splitter, type SplitterMode } from '@dxos/react-ui';
8
+ import { Mosaic } from '@dxos/react-ui-mosaic';
9
+
10
+ import { useSimpleLayoutState } from '#hooks';
11
+
12
+ import { DebugOverlay } from '../DebugOverlay';
7
13
  import { Dialog } from '../Dialog';
14
+ import { MobileLayout } from '../MobileLayout';
8
15
  import { PopoverContent, PopoverRoot } from '../Popover';
9
-
16
+ import { Drawer } from './Drawer';
10
17
  import { Main } from './Main';
11
18
 
12
19
  export const SimpleLayout = () => {
20
+ const { state } = useSimpleLayoutState();
21
+ const [keyboardOpen, setKeyboardOpen] = useState(false);
22
+ const [splitterMode, setSplitterMode] = useState<SplitterMode>('top');
23
+
24
+ const drawerRef = useRef<HTMLDivElement>(null);
25
+
26
+ // Restore Splitter mode when keyboard closes.
27
+ useLayoutEffect(() => {
28
+ if (!keyboardOpen) {
29
+ setSplitterMode(state.drawerState === 'closed' ? 'top' : state.drawerState === 'open' ? 'split' : 'bottom');
30
+ }
31
+ }, [state.drawerState, keyboardOpen]);
32
+
13
33
  return (
14
- <PopoverRoot>
15
- <Main />
16
- <Dialog />
17
- <PopoverContent />
18
- </PopoverRoot>
34
+ <DebugOverlay.Root enabled={false}>
35
+ <PopoverRoot>
36
+ <Mosaic.Root classNames='dx-container grid relative'>
37
+ <MobileLayout.Root
38
+ classNames='bg-toolbar-surface'
39
+ onKeyboardOpenChange={(nextKeyboardOpen) => setKeyboardOpen(nextKeyboardOpen)}
40
+ >
41
+ <MobileLayout.Panel safe={{ top: true, bottom: splitterMode === 'top' }}>
42
+ <Splitter.Root mode={splitterMode} ratio={0.55}>
43
+ <Splitter.Panel position='top'>
44
+ <Main />
45
+ </Splitter.Panel>
46
+ <Splitter.Panel position='bottom' ref={drawerRef}>
47
+ <Drawer />
48
+ </Splitter.Panel>
49
+ </Splitter.Root>
50
+ <Dialog />
51
+ <PopoverContent />
52
+ </MobileLayout.Panel>
53
+ </MobileLayout.Root>
54
+ </Mosaic.Root>
55
+ </PopoverRoot>
56
+ </DebugOverlay.Root>
19
57
  );
20
58
  };
@@ -2,4 +2,7 @@
2
2
  // Copyright 2026 DXOS.org
3
3
  //
4
4
 
5
+ export * from './AppBar';
6
+ export * from './Main';
7
+ export * from './NavBar';
5
8
  export * from './SimpleLayout';
@@ -4,27 +4,23 @@
4
4
 
5
5
  import { useEffect } from 'react';
6
6
 
7
- import { useAppGraph } from '@dxos/app-framework/react';
7
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
8
8
  import { Graph } from '@dxos/plugin-graph';
9
+ import { expandAttendableId } from '@dxos/react-ui-attention';
9
10
 
10
11
  /**
11
- * Hook to expand graph nodes two levels deep when directly linked to.
12
+ * Expand graph nodes along the full path from root to the given node ID.
13
+ * Walks each progressive prefix, ensuring ancestor nodes are materialized
14
+ * before attempting to access their children.
12
15
  */
13
- export const useLoadDescendents = (nodeId?: string) => {
16
+ export const useExpandPath = (nodeId?: string) => {
14
17
  const { graph } = useAppGraph();
15
18
 
16
19
  useEffect(() => {
17
- const frame = requestAnimationFrame(() => {
18
- if (nodeId) {
19
- // First level: expand the node itself.
20
- Graph.expand(graph, nodeId, 'outbound');
21
- // Second level: expand each child.
22
- Graph.getConnections(graph, nodeId, 'outbound').forEach((child) => {
23
- Graph.expand(graph, child.id, 'outbound');
24
- });
20
+ if (nodeId) {
21
+ for (const prefix of expandAttendableId(nodeId)) {
22
+ Graph.expand(graph, prefix, 'child');
25
23
  }
26
- });
27
-
28
- return () => cancelAnimationFrame(frame);
24
+ }
29
25
  }, [nodeId, graph]);
30
26
  };
@@ -2,8 +2,10 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- export * from './ContentLoading';
5
+ export * from './DebugOverlay';
6
6
  export * from './Home';
7
+ export * from './Loading';
8
+ export * from './MobileLayout';
7
9
  export * from './Popover';
8
10
  export * from './SimpleLayout';
9
- export * from './Workspace';
11
+ export * from './NavBranch';
@@ -0,0 +1,84 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { type Atom } from '@effect-atom/atom-react';
6
+ import * as Effect from 'effect/Effect';
7
+
8
+ import { type AppCapabilities } from '@dxos/app-toolkit';
9
+ import { Node } from '@dxos/plugin-graph';
10
+ import { getLinkedVariant } from '@dxos/react-ui-attention';
11
+ import { type ActionGraphProps } from '@dxos/react-ui-menu';
12
+ import { byPosition } from '@dxos/util';
13
+
14
+ import { type SimpleLayoutState } from '#types';
15
+
16
+ // TODO(wittjosiah): Factor out to shared location with plugin-deck.
17
+ export const PLANK_COMPANION_TYPE = 'org.dxos.plugin.deck.plank-companion';
18
+
19
+ export type CompanionActionsConfig = {
20
+ /** Prefix for companion action IDs (e.g. 'navbar' or 'drawer') */
21
+ idPrefix: string;
22
+ /** Optional: highlight companion with this variant */
23
+ selectedVariant?: string;
24
+ /** State updater for toggling the drawer. */
25
+ updateState: (fn: (state: SimpleLayoutState) => SimpleLayoutState) => void;
26
+ };
27
+
28
+ /**
29
+ * Creates action graph nodes and edges for companion actions.
30
+ * Shared logic between useNavbarActions and useDrawerActions.
31
+ */
32
+ // TODO(burdon): Use builder pattern.
33
+ export const createCompanionActions = (
34
+ graph: AppCapabilities.AppGraph['graph'],
35
+ stateAtom: Atom.Atom<SimpleLayoutState>,
36
+ get: (atom: Atom.Atom<any>) => any,
37
+ config: CompanionActionsConfig,
38
+ ): Pick<ActionGraphProps, 'nodes' | 'edges'> => {
39
+ const { idPrefix, selectedVariant, updateState } = config;
40
+
41
+ // Derive activeId from state atom.
42
+ const state = get(stateAtom);
43
+ const activeId = state.active ?? state.workspace;
44
+
45
+ // Get companions from graph connections for activeId.
46
+ const activeConnections = activeId ? get(graph.connections(activeId, 'child')) : [];
47
+ const companions = activeConnections
48
+ .filter((node: Node.Node) => node.type === PLANK_COMPANION_TYPE)
49
+ .toSorted((a: Node.Node, b: Node.Node) => byPosition(a.properties, b.properties));
50
+
51
+ const nodes: ActionGraphProps['nodes'] = [];
52
+ const edges: ActionGraphProps['edges'] = [];
53
+
54
+ companions.forEach((companion: Node.Node) => {
55
+ const companionVariant = getLinkedVariant(companion.id);
56
+ const companionAction = {
57
+ id: `${idPrefix}-companion-${companion.id}`,
58
+ type: Node.ActionType,
59
+ properties: {
60
+ icon: companion.properties.icon ?? 'ph--placeholder--regular',
61
+ label: companion.properties.label,
62
+ iconOnly: true,
63
+ ...(selectedVariant !== undefined && {
64
+ variant: selectedVariant === companionVariant ? 'primary' : 'ghost',
65
+ }),
66
+ },
67
+ data: () =>
68
+ Effect.sync(() =>
69
+ updateState((current) => {
70
+ const closing = current.companionVariant === companionVariant && current.drawerState !== 'closed';
71
+ return {
72
+ ...current,
73
+ companionVariant: closing ? undefined : companionVariant,
74
+ drawerState: closing ? 'closed' : 'open',
75
+ };
76
+ }),
77
+ ),
78
+ };
79
+ nodes.push(companionAction);
80
+ edges.push({ source: 'root', target: companionAction.id, relation: 'child' });
81
+ });
82
+
83
+ return { nodes, edges };
84
+ };
@@ -2,4 +2,9 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ export * from './useAppBarProps';
6
+ export * from './useCompanions';
7
+ export * from './actions';
8
+ export * from './useDrawerActions';
9
+ export * from './useNavbarActions';
5
10
  export * from './useSimpleLayoutState';
@@ -0,0 +1,115 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { Atom, useAtomValue } from '@effect-atom/atom-react';
6
+ import * as Effect from 'effect/Effect';
7
+ import * as Option from 'effect/Option';
8
+ import { useCallback, useMemo } from 'react';
9
+
10
+ import { useCapability, useOperationInvoker } from '@dxos/app-framework/ui';
11
+ import { LayoutOperation } from '@dxos/app-toolkit';
12
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
13
+ import { Graph, Node, useActionRunner, useNode } from '@dxos/plugin-graph';
14
+ import { toLocalizedString, useTranslation } from '@dxos/react-ui';
15
+ import { type ActionGraphProps } from '@dxos/react-ui-menu';
16
+
17
+ import { type AppBarProps } from '#components';
18
+ import { meta } from '#meta';
19
+ import { SimpleLayoutState as SimpleLayoutStateCapability } from '#types';
20
+
21
+ /**
22
+ * Hook that computes all AppBar props from the app graph.
23
+ * Derives activeId from state atom. Returns props ready to spread into the AppBar component.
24
+ */
25
+ export const useAppBarProps = (): Omit<AppBarProps, 'classNames'> => {
26
+ const { t } = useTranslation(meta.id);
27
+ const stateAtom = useCapability(SimpleLayoutStateCapability);
28
+ const state = useAtomValue(stateAtom);
29
+ const { graph } = useAppGraph();
30
+ const { invokePromise } = useOperationInvoker();
31
+ const runAction = useActionRunner();
32
+
33
+ // Derive activeId from state.
34
+ const activeId = state.active ?? state.workspace;
35
+ const node = useNode(graph, activeId);
36
+
37
+ // Compute title from node label.
38
+ const title = node ? toLocalizedString(node.properties.label, t) : undefined;
39
+
40
+ // Build actions atom filtering by disposition.
41
+ // Derive activeId from state atom so we don't need to recreate this atom when it changes.
42
+ const actionsAtom = useMemo(
43
+ () =>
44
+ Atom.make((get): ActionGraphProps => {
45
+ const state = get(stateAtom);
46
+ const activeId = state.active ?? state.workspace;
47
+ const allActions = activeId ? get(graph.actions(activeId)) : [];
48
+ const filtered = allActions.filter((action) =>
49
+ ['list-item', 'list-item-primary', 'heading-list-item'].includes(action.properties.disposition),
50
+ );
51
+ const nodes: ActionGraphProps['nodes'] = filtered as ActionGraphProps['nodes'];
52
+ const edges: ActionGraphProps['edges'] = filtered.map((action) => ({
53
+ source: 'root',
54
+ target: action.id,
55
+ relation: 'child',
56
+ }));
57
+
58
+ // Add alternate-tree action (e.g. Settings) from the workspace node.
59
+ const workspaceConnections = state.workspace ? get(graph.connections(state.workspace, 'child')) : [];
60
+ const alternateTreeNode = workspaceConnections.find(
61
+ (node: Node.Node) => node.properties.disposition === 'alternate-tree',
62
+ );
63
+ if (alternateTreeNode && activeId !== alternateTreeNode.id) {
64
+ const settingsAction = {
65
+ id: `appbar-settings-${alternateTreeNode.id}`,
66
+ type: Node.ActionType,
67
+ data: () => Effect.promise(() => invokePromise(LayoutOperation.Open, { subject: [alternateTreeNode.id] })),
68
+ properties: {
69
+ label: alternateTreeNode.properties.label ?? alternateTreeNode.id,
70
+ icon: alternateTreeNode.properties.icon ?? 'ph--placeholder--regular',
71
+ },
72
+ };
73
+ nodes.push(settingsAction);
74
+ edges.push({ source: 'root', target: settingsAction.id, relation: 'child' });
75
+ }
76
+
77
+ return { nodes, edges };
78
+ }),
79
+ [graph, stateAtom],
80
+ );
81
+
82
+ // Back button logic.
83
+ const showBackButton = activeId !== undefined && activeId !== Node.RootId;
84
+
85
+ const onBack = useCallback(() => {
86
+ if (state.active) {
87
+ const isWorkspace = Graph.getNode(graph, state.active).pipe(
88
+ Option.map((node) => node.properties.disposition === 'workspace'),
89
+ Option.getOrElse(() => false),
90
+ );
91
+
92
+ // If history is empty and this is a workspace, go to home.
93
+ if (state.history.length === 0 && isWorkspace) {
94
+ void invokePromise(LayoutOperation.SwitchWorkspace, { subject: Node.RootId });
95
+ } else {
96
+ // Otherwise, close (which will pop from history or clear active).
97
+ void invokePromise(LayoutOperation.Close, { subject: [state.active] });
98
+ }
99
+ } else {
100
+ void invokePromise(LayoutOperation.SwitchWorkspace, { subject: Node.RootId });
101
+ }
102
+ }, [graph, invokePromise, state.active, state.history.length]);
103
+
104
+ // Compute popover anchor ID.
105
+ const popoverAnchorId = node && state.popoverAnchorId === `${meta.id}:${node.id}` ? state.popoverAnchorId : undefined;
106
+
107
+ return {
108
+ title,
109
+ actions: actionsAtom,
110
+ showBackButton,
111
+ popoverAnchorId,
112
+ onBack: onBack,
113
+ onAction: runAction,
114
+ };
115
+ };
@@ -0,0 +1,22 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { useMemo } from 'react';
6
+
7
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
8
+ import { useConnections } from '@dxos/plugin-graph';
9
+ import { byPosition } from '@dxos/util';
10
+
11
+ import { PLANK_COMPANION_TYPE } from './actions';
12
+
13
+ /**
14
+ * @deprecated Adopt the pattern from useNavbarActions (deriving from graph atoms)
15
+ * or merge the Drawer companion display into the NavBar component.
16
+ */
17
+ export const useCompanions = (nodeId?: string) => {
18
+ const { graph } = useAppGraph();
19
+ const nodes = useConnections(graph, nodeId, 'child');
20
+ const companions = nodes.filter((node) => node.type === PLANK_COMPANION_TYPE);
21
+ return useMemo(() => companions.toSorted((a, b) => byPosition(a.properties, b.properties)), [companions]);
22
+ };