@dxos/plugin-simple-layout 0.8.4-main.bc674ce → 0.8.4-main.bcb3aa67d6

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 (246) hide show
  1. package/dist/lib/browser/index.mjs +44 -64
  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 -63
  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 -21
  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 +1 -1
  54. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
  55. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  56. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +17 -8
  57. package/dist/types/src/components/SimpleLayout/NavBar.d.ts.map +1 -1
  58. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +35 -25
  59. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  60. package/dist/types/src/components/SimpleLayout/SimpleLayout.d.ts.map +1 -1
  61. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +26 -25
  62. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  63. package/dist/types/src/components/SimpleLayout/index.d.ts +3 -0
  64. package/dist/types/src/components/SimpleLayout/index.d.ts.map +1 -1
  65. package/dist/types/src/components/hooks.d.ts +4 -2
  66. package/dist/types/src/components/hooks.d.ts.map +1 -1
  67. package/dist/types/src/components/index.d.ts +4 -2
  68. package/dist/types/src/components/index.d.ts.map +1 -1
  69. package/dist/types/src/hooks/actions.d.ts +19 -0
  70. package/dist/types/src/hooks/actions.d.ts.map +1 -0
  71. package/dist/types/src/hooks/index.d.ts +4 -0
  72. package/dist/types/src/hooks/index.d.ts.map +1 -1
  73. package/dist/types/src/hooks/useAppBarProps.d.ts +7 -0
  74. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -0
  75. package/dist/types/src/hooks/useCompanions.d.ts +5 -1
  76. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
  77. package/dist/types/src/hooks/useDrawerActions.d.ts +13 -0
  78. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -0
  79. package/dist/types/src/hooks/useNavbarActions.d.ts +14 -0
  80. package/dist/types/src/hooks/useNavbarActions.d.ts.map +1 -0
  81. package/dist/types/src/hooks/useSimpleLayoutState.d.ts +3 -3
  82. package/dist/types/src/hooks/useSimpleLayoutState.d.ts.map +1 -1
  83. package/dist/types/src/operations/close.d.ts +5 -0
  84. package/dist/types/src/operations/close.d.ts.map +1 -0
  85. package/dist/types/src/operations/index.d.ts +3 -0
  86. package/dist/types/src/operations/index.d.ts.map +1 -0
  87. package/dist/types/src/operations/open.d.ts +5 -0
  88. package/dist/types/src/operations/open.d.ts.map +1 -0
  89. package/dist/types/src/operations/revert-workspace.d.ts +5 -0
  90. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -0
  91. package/dist/types/src/operations/set-layout-mode.d.ts +5 -0
  92. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -0
  93. package/dist/types/src/operations/set.d.ts +5 -0
  94. package/dist/types/src/operations/set.d.ts.map +1 -0
  95. package/dist/types/src/operations/state-access.d.ts +8 -0
  96. package/dist/types/src/operations/state-access.d.ts.map +1 -0
  97. package/dist/types/src/operations/switch-workspace.d.ts +5 -0
  98. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -0
  99. package/dist/types/src/operations/update-complementary.d.ts +5 -0
  100. package/dist/types/src/operations/update-complementary.d.ts.map +1 -0
  101. package/dist/types/src/operations/update-dialog.d.ts +5 -0
  102. package/dist/types/src/operations/update-dialog.d.ts.map +1 -0
  103. package/dist/types/src/operations/update-popover.d.ts +5 -0
  104. package/dist/types/src/operations/update-popover.d.ts.map +1 -0
  105. package/dist/types/src/operations/update-sidebar.d.ts +5 -0
  106. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -0
  107. package/dist/types/src/translations.d.ts +26 -19
  108. package/dist/types/src/translations.d.ts.map +1 -1
  109. package/dist/types/src/types/capabilities.d.ts +7 -6
  110. package/dist/types/src/types/capabilities.d.ts.map +1 -1
  111. package/dist/types/src/types/events.d.ts.map +1 -1
  112. package/dist/types/tsconfig.tsbuildinfo +1 -1
  113. package/package.json +46 -30
  114. package/src/SimpleLayoutPlugin.ts +24 -13
  115. package/src/capabilities/app-graph-builder.ts +21 -0
  116. package/src/capabilities/index.ts +13 -6
  117. package/src/capabilities/operation-handler.ts +14 -0
  118. package/src/capabilities/{react-root/react-root.tsx → react-root.tsx} +4 -4
  119. package/src/capabilities/react-surface.tsx +51 -0
  120. package/src/capabilities/{spotlight-dismiss/spotlight-dismiss.ts → spotlight-dismiss.ts} +2 -2
  121. package/src/capabilities/{state/state.tsx → state.tsx} +6 -5
  122. package/src/capabilities/url-handler.ts +161 -0
  123. package/src/components/ContentError.stories.tsx +8 -7
  124. package/src/components/DebugOverlay/DebugOverlay.tsx +96 -0
  125. package/src/components/DebugOverlay/index.ts +5 -0
  126. package/src/components/Dialog/Dialog.tsx +6 -6
  127. package/src/components/Home/Home.tsx +50 -43
  128. package/src/components/{ContentLoading.stories.tsx → Loading/Loading.stories.tsx} +5 -5
  129. package/src/components/{ContentLoading.tsx → Loading/Loading.tsx} +2 -2
  130. package/src/components/Loading/index.ts +5 -0
  131. package/src/components/MobileLayout/MobileLayout.stories.tsx +133 -0
  132. package/src/components/MobileLayout/MobileLayout.tsx +374 -0
  133. package/src/components/MobileLayout/index.ts +5 -0
  134. package/src/components/NavBranch/NavBranch.tsx +127 -0
  135. package/src/components/{Workspace → NavBranch}/index.ts +1 -1
  136. package/src/components/Popover/Popover.tsx +9 -9
  137. package/src/components/SimpleLayout/AppBar.stories.tsx +144 -0
  138. package/src/components/SimpleLayout/AppBar.tsx +93 -0
  139. package/src/components/SimpleLayout/Drawer.tsx +27 -82
  140. package/src/components/SimpleLayout/Main.tsx +40 -34
  141. package/src/components/SimpleLayout/NavBar.stories.tsx +131 -23
  142. package/src/components/SimpleLayout/NavBar.tsx +18 -51
  143. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +45 -57
  144. package/src/components/SimpleLayout/SimpleLayout.tsx +40 -22
  145. package/src/components/SimpleLayout/index.ts +3 -0
  146. package/src/components/hooks.ts +9 -9
  147. package/src/components/index.ts +4 -2
  148. package/src/hooks/actions.ts +84 -0
  149. package/src/hooks/index.ts +4 -0
  150. package/src/hooks/useAppBarProps.ts +115 -0
  151. package/src/hooks/useCompanions.ts +8 -5
  152. package/src/hooks/useDrawerActions.ts +100 -0
  153. package/src/hooks/useNavbarActions.ts +87 -0
  154. package/src/hooks/useSimpleLayoutState.ts +5 -5
  155. package/src/meta.ts +1 -1
  156. package/src/operations/close.ts +34 -0
  157. package/src/operations/index.ts +16 -0
  158. package/src/operations/open.ts +63 -0
  159. package/src/operations/revert-workspace.ts +22 -0
  160. package/src/operations/set-layout-mode.ts +12 -0
  161. package/src/operations/set.ts +23 -0
  162. package/src/operations/state-access.ts +19 -0
  163. package/src/operations/switch-workspace.ts +26 -0
  164. package/src/operations/update-complementary.ts +35 -0
  165. package/src/operations/update-dialog.ts +28 -0
  166. package/src/operations/update-popover.ts +35 -0
  167. package/src/operations/update-sidebar.ts +12 -0
  168. package/src/translations.ts +21 -19
  169. package/src/types/capabilities.ts +12 -8
  170. package/src/types/events.ts +3 -2
  171. package/dist/lib/browser/chunk-LR3EE3VB.mjs +0 -789
  172. package/dist/lib/browser/chunk-LR3EE3VB.mjs.map +0 -7
  173. package/dist/lib/browser/chunk-P77G4YTR.mjs +0 -29
  174. package/dist/lib/browser/chunk-P77G4YTR.mjs.map +0 -7
  175. package/dist/lib/browser/operation-resolver-775UYAC2.mjs +0 -203
  176. package/dist/lib/browser/operation-resolver-775UYAC2.mjs.map +0 -7
  177. package/dist/lib/browser/react-root-KM55OMGJ.mjs +0 -21
  178. package/dist/lib/browser/react-root-KM55OMGJ.mjs.map +0 -7
  179. package/dist/lib/browser/react-surface-BABGAWGY.mjs +0 -39
  180. package/dist/lib/browser/react-surface-BABGAWGY.mjs.map +0 -7
  181. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs +0 -66
  182. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs.map +0 -7
  183. package/dist/lib/browser/state-OUFTC2KV.mjs +0 -47
  184. package/dist/lib/browser/state-OUFTC2KV.mjs.map +0 -7
  185. package/dist/lib/browser/url-handler-DOUFQIAC.mjs +0 -54
  186. package/dist/lib/browser/url-handler-DOUFQIAC.mjs.map +0 -7
  187. package/dist/lib/node-esm/chunk-F5TEKVJG.mjs +0 -31
  188. package/dist/lib/node-esm/chunk-F5TEKVJG.mjs.map +0 -7
  189. package/dist/lib/node-esm/chunk-HB2B3LLG.mjs +0 -790
  190. package/dist/lib/node-esm/chunk-HB2B3LLG.mjs.map +0 -7
  191. package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs +0 -204
  192. package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs.map +0 -7
  193. package/dist/lib/node-esm/react-root-36UYFEEB.mjs +0 -22
  194. package/dist/lib/node-esm/react-root-36UYFEEB.mjs.map +0 -7
  195. package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs +0 -40
  196. package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs.map +0 -7
  197. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs +0 -68
  198. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs.map +0 -7
  199. package/dist/lib/node-esm/state-Q2ZA26W5.mjs +0 -48
  200. package/dist/lib/node-esm/state-Q2ZA26W5.mjs.map +0 -7
  201. package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs +0 -55
  202. package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs.map +0 -7
  203. package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -3
  204. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
  205. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -5
  206. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
  207. package/dist/types/src/capabilities/react-root/index.d.ts +0 -6
  208. package/dist/types/src/capabilities/react-root/index.d.ts.map +0 -1
  209. package/dist/types/src/capabilities/react-root/react-root.d.ts.map +0 -1
  210. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
  211. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  212. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
  213. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  214. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts +0 -3
  215. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts.map +0 -1
  216. package/dist/types/src/capabilities/spotlight-dismiss/spotlight-dismiss.d.ts.map +0 -1
  217. package/dist/types/src/capabilities/state/index.d.ts +0 -13
  218. package/dist/types/src/capabilities/state/index.d.ts.map +0 -1
  219. package/dist/types/src/capabilities/state/state.d.ts.map +0 -1
  220. package/dist/types/src/capabilities/url-handler/index.d.ts +0 -3
  221. package/dist/types/src/capabilities/url-handler/index.d.ts.map +0 -1
  222. package/dist/types/src/capabilities/url-handler/url-handler.d.ts +0 -10
  223. package/dist/types/src/capabilities/url-handler/url-handler.d.ts.map +0 -1
  224. package/dist/types/src/components/ContentError.d.ts +0 -5
  225. package/dist/types/src/components/ContentError.d.ts.map +0 -1
  226. package/dist/types/src/components/ContentLoading.d.ts +0 -3
  227. package/dist/types/src/components/ContentLoading.d.ts.map +0 -1
  228. package/dist/types/src/components/ContentLoading.stories.d.ts.map +0 -1
  229. package/dist/types/src/components/SimpleLayout/Banner.d.ts +0 -8
  230. package/dist/types/src/components/SimpleLayout/Banner.d.ts.map +0 -1
  231. package/dist/types/src/components/Workspace/Workspace.d.ts +0 -9
  232. package/dist/types/src/components/Workspace/Workspace.d.ts.map +0 -1
  233. package/dist/types/src/components/Workspace/index.d.ts +0 -2
  234. package/dist/types/src/components/Workspace/index.d.ts.map +0 -1
  235. package/src/capabilities/operation-resolver/index.ts +0 -10
  236. package/src/capabilities/operation-resolver/operation-resolver.ts +0 -215
  237. package/src/capabilities/react-root/index.ts +0 -7
  238. package/src/capabilities/react-surface/index.ts +0 -7
  239. package/src/capabilities/react-surface/react-surface.tsx +0 -40
  240. package/src/capabilities/spotlight-dismiss/index.ts +0 -7
  241. package/src/capabilities/state/index.ts +0 -9
  242. package/src/capabilities/url-handler/index.ts +0 -7
  243. package/src/capabilities/url-handler/url-handler.ts +0 -80
  244. package/src/components/ContentError.tsx +0 -23
  245. package/src/components/SimpleLayout/Banner.tsx +0 -113
  246. package/src/components/Workspace/Workspace.tsx +0 -115
@@ -2,65 +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 { Common } from '@dxos/app-framework';
8
- import { useAppGraph, useOperationInvoker } from '@dxos/app-framework/react';
9
- import { Node, useActionRunner, useConnections } from '@dxos/plugin-graph';
10
- import { IconButton, type ThemedClassName, Toolbar, Tooltip, toLocalizedString, useTranslation } from '@dxos/react-ui';
11
- import { DropdownMenu, MenuProvider } from '@dxos/react-ui-menu';
12
- import { mx } from '@dxos/ui-theme';
13
-
14
- import { useCompanions } from '../../hooks';
15
- import { meta } from '../../meta';
8
+ import { type ActionExecutor, type ActionGraphProps, Menu, useMenuActions } from '@dxos/react-ui-menu';
9
+ import { composable, composableProps } from '@dxos/ui-theme';
16
10
 
17
11
  const NAVBAR_NAME = 'SimpleLayout.NavBar';
18
12
 
19
- export type NavBarProps = ThemedClassName<{
20
- /** Active AppGraph node ID. */
21
- activeId?: string;
22
- }>;
23
-
24
- export const NavBar = ({ classNames, activeId }: NavBarProps) => {
25
- const { t } = useTranslation(meta.id);
26
- const { graph } = useAppGraph();
27
- const runAction = useActionRunner();
28
- const { invokePromise } = useOperationInvoker();
29
-
30
- const connections = useConnections(graph, Node.RootId);
31
- 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
+ };
32
19
 
33
- const companions = useCompanions(activeId);
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);
34
25
 
35
26
  return (
36
- <Toolbar.Root classNames={mx('justify-center', classNames)}>
37
- {companions.map((companion) => (
38
- <Toolbar.IconButton
39
- key={companion.id}
40
- icon={companion.properties.icon ?? 'ph--placeholder--regular'}
41
- iconOnly
42
- label={toLocalizedString(companion.properties.label, t)}
43
- onClick={() => {
44
- void invokePromise(Common.LayoutOperation.Open, {
45
- subject: [companion.id],
46
- });
47
- }}
48
- />
49
- ))}
50
-
51
- <Toolbar.Separator variant='gap' />
52
-
53
- <MenuProvider onAction={runAction}>
54
- <DropdownMenu.Root items={menuActions}>
55
- <Tooltip.Trigger asChild content={t('app menu label')}>
56
- <DropdownMenu.Trigger asChild data-testid='simpleLayoutPlugin.addSpace'>
57
- <IconButton icon='ph--plus--regular' iconOnly label={t('main menu label')} />
58
- </DropdownMenu.Trigger>
59
- </Tooltip.Trigger>
60
- </DropdownMenu.Root>
61
- </MenuProvider>
62
- </Toolbar.Root>
27
+ <Menu.Root {...menuActions} alwaysActive onAction={onAction}>
28
+ <Menu.Toolbar {...composableProps(props)} ref={forwardedRef} />
29
+ </Menu.Root>
63
30
  );
64
- };
31
+ });
65
32
 
66
33
  NavBar.displayName = NAVBAR_NAME;
@@ -5,81 +5,73 @@
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 { withLayout } from '@dxos/react-ui/testing';
17
+ import { translations as searchTranslation } from '@dxos/react-ui-search';
18
+
19
+ import { meta as pluginMeta } from '#meta';
18
20
 
19
- import { OperationResolver, type SimpleLayoutStateOptions, State } from '../../capabilities';
20
- import { meta as pluginMeta } from '../../meta';
21
21
  import { type SimpleLayoutPluginOptions } from '../../SimpleLayoutPlugin';
22
22
  import { translations } from '../../translations';
23
+ import { SimpleLayoutEvents } from '#types';
23
24
 
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
- });
27
+ import { ReactRoot, ReactSurface, State } from '#capabilities';
52
28
 
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 }) => {
29
+ const createPluginManager = ({ isPopover }: { isPopover?: boolean }) => {
68
30
  return withPluginManager({
31
+ setupEvents: [AppActivationEvents.SetupSettings],
69
32
  plugins: [
70
33
  ...corePlugins(),
71
34
  ClientPlugin({
72
35
  types: [Collection.Collection],
36
+ onClientInitialized: ({ client }) =>
37
+ Effect.gen(function* () {
38
+ yield* Effect.promise(() => client.halo.createIdentity());
39
+ }),
73
40
  }),
41
+
74
42
  SearchPlugin(),
75
43
  SpacePlugin({}),
76
- TestPlugin({ isPopover }),
44
+
45
+ // TODO(burdon): This should be factored ouf from SimpleLayoutPlugin.
46
+ Plugin.define<SimpleLayoutPluginOptions>(pluginMeta).pipe(
47
+ Plugin.addModule(({ isPopover = false }) => ({
48
+ id: Capability.getModuleTag(State),
49
+ activatesOn: ActivationEvents.Startup,
50
+ activatesAfter: [SimpleLayoutEvents.StateReady, AppActivationEvents.LayoutReady],
51
+ activate: () => State({ initialState: { isPopover } }),
52
+ })),
53
+ Plugin.addModule({
54
+ id: Capability.getModuleTag(ReactRoot),
55
+ activatesOn: ActivationEvents.Startup,
56
+ activate: ReactRoot,
57
+ }),
58
+ Plugin.addModule({
59
+ id: Capability.getModuleTag(ReactSurface),
60
+ activatesOn: ActivationEvents.Startup,
61
+ activate: ReactSurface,
62
+ }),
63
+ Plugin.make,
64
+ )({ isPopover }),
77
65
  ],
78
66
  });
79
67
  };
80
68
 
69
+ /**
70
+ * NOTE: To expose to iphone on network:
71
+ * `moon run storybook-react:serve dev -H 0.0.0.0`
72
+ */
81
73
  const meta = {
82
- title: 'plugins/plugin-simple-layout/SimpleLayout',
74
+ title: 'plugins/plugin-simple-layout/components/SimpleLayout',
83
75
  component: SimpleLayout,
84
76
  parameters: {
85
77
  layout: 'fullscreen',
@@ -91,14 +83,10 @@ export default meta;
91
83
 
92
84
  type Story = StoryObj<typeof meta>;
93
85
 
94
- /**
95
- * NOTE: To expose to iphone on network:
96
- * `moon run storybook-react:serve dev -H 0.0.0.0`
97
- */
98
86
  export const Default: Story = {
99
- decorators: [withTheme, createPluginManager({ isPopover: false })],
87
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({})],
100
88
  };
101
89
 
102
90
  export const Popover: Story = {
103
- decorators: [withTheme, createPluginManager({ isPopover: true })],
91
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({ isPopover: true })],
104
92
  };
@@ -2,39 +2,57 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import React, { useCallback } from 'react';
5
+ import React, { useLayoutEffect, useRef, useState } from 'react';
6
6
 
7
- import { type DrawerState, Main as NaturalMain } from '@dxos/react-ui';
7
+ import { Splitter, type SplitterMode } from '@dxos/react-ui';
8
8
  import { Mosaic } from '@dxos/react-ui-mosaic';
9
9
 
10
- import { useSimpleLayoutState } from '../../hooks';
10
+ import { useSimpleLayoutState } from '#hooks';
11
+ import { DebugOverlay } from '../DebugOverlay';
11
12
  import { Dialog } from '../Dialog';
13
+ import { MobileLayout } from '../MobileLayout';
12
14
  import { PopoverContent, PopoverRoot } from '../Popover';
13
15
 
14
16
  import { Drawer } from './Drawer';
15
17
  import { Main } from './Main';
16
18
 
17
19
  export const SimpleLayout = () => {
18
- const { state, updateState } = useSimpleLayoutState();
19
-
20
- const handleDrawerStateChange = useCallback(
21
- (nextState: DrawerState) => {
22
- // Sync all drawer state changes to state.
23
- updateState((s) => ({ ...s, drawerState: nextState }));
24
- },
25
- [updateState],
26
- );
20
+ const { state } = useSimpleLayoutState();
21
+ const [keyboardOpen, setKeyboardOpen] = useState(false);
22
+ const [splitterMode, setSplitterMode] = useState<SplitterMode>('upper');
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' ? 'upper' : state.drawerState === 'open' ? 'both' : 'lower');
30
+ }
31
+ }, [state.drawerState, keyboardOpen]);
27
32
 
28
33
  return (
29
- <Mosaic.Root>
30
- <NaturalMain.Root drawerState={state.drawerState ?? 'closed'} onDrawerStateChange={handleDrawerStateChange}>
31
- <PopoverRoot>
32
- <Main />
33
- <Drawer />
34
- <Dialog />
35
- <PopoverContent />
36
- </PopoverRoot>
37
- </NaturalMain.Root>
38
- </Mosaic.Root>
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 === 'upper' }}>
42
+ <Splitter.Root mode={splitterMode} ratio={0.55}>
43
+ <Splitter.Panel position='upper'>
44
+ <Main />
45
+ </Splitter.Panel>
46
+ <Splitter.Panel position='lower' 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>
39
57
  );
40
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,23 +4,23 @@
4
4
 
5
5
  import { useEffect } from 'react';
6
6
 
7
- import { useAppGraph } from '@dxos/app-framework/react';
7
+ import { expandAttendableId } from '@dxos/react-ui-attention';
8
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
8
9
  import { Graph } from '@dxos/plugin-graph';
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
20
  if (nodeId) {
18
- // First level: expand the node itself.
19
- Graph.expand(graph, nodeId, 'outbound');
20
- // Second level: expand each child.
21
- Graph.getConnections(graph, nodeId, 'outbound').forEach((child) => {
22
- Graph.expand(graph, child.id, 'outbound');
23
- });
21
+ for (const prefix of expandAttendableId(nodeId)) {
22
+ Graph.expand(graph, prefix, 'child');
23
+ }
24
24
  }
25
25
  }, [nodeId, graph]);
26
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 { getLinkedVariant } from '@dxos/react-ui-attention';
10
+ import { Node } from '@dxos/plugin-graph';
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,5 +2,9 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ export * from './useAppBarProps';
5
6
  export * from './useCompanions';
7
+ export * from './actions';
8
+ export * from './useDrawerActions';
9
+ export * from './useNavbarActions';
6
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
+ };
@@ -4,16 +4,19 @@
4
4
 
5
5
  import { useMemo } from 'react';
6
6
 
7
- import { useAppGraph } from '@dxos/app-framework/react';
7
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
8
8
  import { useConnections } from '@dxos/plugin-graph';
9
9
  import { byPosition } from '@dxos/util';
10
10
 
11
- // TODO(wittjosiah): Factor out to shared location with plugin-deck.
12
- const PLANK_COMPANION_TYPE = 'dxos.org/plugin/deck/plank-companion';
11
+ import { PLANK_COMPANION_TYPE } from './actions';
13
12
 
14
- export const useCompanions = (id?: string) => {
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) => {
15
18
  const { graph } = useAppGraph();
16
- const nodes = useConnections(graph, id);
19
+ const nodes = useConnections(graph, nodeId, 'child');
17
20
  const companions = nodes.filter((node) => node.type === PLANK_COMPANION_TYPE);
18
21
  return useMemo(() => companions.toSorted((a, b) => byPosition(a.properties, b.properties)), [companions]);
19
22
  };