@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.
- package/dist/lib/browser/index.mjs +44 -64
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +44 -63
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/types/src/SimpleLayoutPlugin.d.ts +1 -1
- package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +21 -6
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/{react-root/react-root.d.ts → react-root.d.ts} +1 -1
- package/dist/types/src/capabilities/react-root.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts +5 -0
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/{spotlight-dismiss/spotlight-dismiss.d.ts → spotlight-dismiss.d.ts} +1 -1
- package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -0
- package/dist/types/src/capabilities/{state/state.d.ts → state.d.ts} +2 -2
- package/dist/types/src/capabilities/state.d.ts.map +1 -0
- package/dist/types/src/capabilities/url-handler.d.ts +12 -0
- package/dist/types/src/capabilities/url-handler.d.ts.map +1 -0
- package/dist/types/src/components/ContentError.stories.d.ts +26 -21
- package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
- package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts +19 -0
- package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -0
- package/dist/types/src/components/DebugOverlay/index.d.ts +2 -0
- package/dist/types/src/components/DebugOverlay/index.d.ts.map +1 -0
- package/dist/types/src/components/Home/Home.d.ts.map +1 -1
- package/dist/types/src/components/Loading/Loading.d.ts +3 -0
- package/dist/types/src/components/Loading/Loading.d.ts.map +1 -0
- package/dist/types/src/components/{ContentLoading.stories.d.ts → Loading/Loading.stories.d.ts} +1 -1
- package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -0
- package/dist/types/src/components/Loading/index.d.ts +2 -0
- package/dist/types/src/components/Loading/index.d.ts.map +1 -0
- package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +35 -0
- package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -0
- package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts +7 -0
- package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -0
- package/dist/types/src/components/MobileLayout/index.d.ts +2 -0
- package/dist/types/src/components/MobileLayout/index.d.ts.map +1 -0
- package/dist/types/src/components/NavBranch/NavBranch.d.ts +11 -0
- package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -0
- package/dist/types/src/components/NavBranch/index.d.ts +2 -0
- package/dist/types/src/components/NavBranch/index.d.ts.map +1 -0
- package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/AppBar.d.ts +28 -0
- package/dist/types/src/components/SimpleLayout/AppBar.d.ts.map +1 -0
- package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +54 -0
- package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -0
- package/dist/types/src/components/SimpleLayout/Drawer.d.ts +1 -1
- package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/NavBar.d.ts +17 -8
- package/dist/types/src/components/SimpleLayout/NavBar.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +35 -25
- package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/SimpleLayout.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +26 -25
- package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/index.d.ts +3 -0
- package/dist/types/src/components/SimpleLayout/index.d.ts.map +1 -1
- package/dist/types/src/components/hooks.d.ts +4 -2
- package/dist/types/src/components/hooks.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +4 -2
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/hooks/actions.d.ts +19 -0
- package/dist/types/src/hooks/actions.d.ts.map +1 -0
- package/dist/types/src/hooks/index.d.ts +4 -0
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/useAppBarProps.d.ts +7 -0
- package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -0
- package/dist/types/src/hooks/useCompanions.d.ts +5 -1
- package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
- package/dist/types/src/hooks/useDrawerActions.d.ts +13 -0
- package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -0
- package/dist/types/src/hooks/useNavbarActions.d.ts +14 -0
- package/dist/types/src/hooks/useNavbarActions.d.ts.map +1 -0
- package/dist/types/src/hooks/useSimpleLayoutState.d.ts +3 -3
- package/dist/types/src/hooks/useSimpleLayoutState.d.ts.map +1 -1
- package/dist/types/src/operations/close.d.ts +5 -0
- package/dist/types/src/operations/close.d.ts.map +1 -0
- package/dist/types/src/operations/index.d.ts +3 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/open.d.ts +5 -0
- package/dist/types/src/operations/open.d.ts.map +1 -0
- package/dist/types/src/operations/revert-workspace.d.ts +5 -0
- package/dist/types/src/operations/revert-workspace.d.ts.map +1 -0
- package/dist/types/src/operations/set-layout-mode.d.ts +5 -0
- package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -0
- package/dist/types/src/operations/set.d.ts +5 -0
- package/dist/types/src/operations/set.d.ts.map +1 -0
- package/dist/types/src/operations/state-access.d.ts +8 -0
- package/dist/types/src/operations/state-access.d.ts.map +1 -0
- package/dist/types/src/operations/switch-workspace.d.ts +5 -0
- package/dist/types/src/operations/switch-workspace.d.ts.map +1 -0
- package/dist/types/src/operations/update-complementary.d.ts +5 -0
- package/dist/types/src/operations/update-complementary.d.ts.map +1 -0
- package/dist/types/src/operations/update-dialog.d.ts +5 -0
- package/dist/types/src/operations/update-dialog.d.ts.map +1 -0
- package/dist/types/src/operations/update-popover.d.ts +5 -0
- package/dist/types/src/operations/update-popover.d.ts.map +1 -0
- package/dist/types/src/operations/update-sidebar.d.ts +5 -0
- package/dist/types/src/operations/update-sidebar.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts +26 -19
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/capabilities.d.ts +7 -6
- package/dist/types/src/types/capabilities.d.ts.map +1 -1
- package/dist/types/src/types/events.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +46 -30
- package/src/SimpleLayoutPlugin.ts +24 -13
- package/src/capabilities/app-graph-builder.ts +21 -0
- package/src/capabilities/index.ts +13 -6
- package/src/capabilities/operation-handler.ts +14 -0
- package/src/capabilities/{react-root/react-root.tsx → react-root.tsx} +4 -4
- package/src/capabilities/react-surface.tsx +51 -0
- package/src/capabilities/{spotlight-dismiss/spotlight-dismiss.ts → spotlight-dismiss.ts} +2 -2
- package/src/capabilities/{state/state.tsx → state.tsx} +6 -5
- package/src/capabilities/url-handler.ts +161 -0
- package/src/components/ContentError.stories.tsx +8 -7
- package/src/components/DebugOverlay/DebugOverlay.tsx +96 -0
- package/src/components/DebugOverlay/index.ts +5 -0
- package/src/components/Dialog/Dialog.tsx +6 -6
- package/src/components/Home/Home.tsx +50 -43
- package/src/components/{ContentLoading.stories.tsx → Loading/Loading.stories.tsx} +5 -5
- package/src/components/{ContentLoading.tsx → Loading/Loading.tsx} +2 -2
- package/src/components/Loading/index.ts +5 -0
- package/src/components/MobileLayout/MobileLayout.stories.tsx +133 -0
- package/src/components/MobileLayout/MobileLayout.tsx +374 -0
- package/src/components/MobileLayout/index.ts +5 -0
- package/src/components/NavBranch/NavBranch.tsx +127 -0
- package/src/components/{Workspace → NavBranch}/index.ts +1 -1
- package/src/components/Popover/Popover.tsx +9 -9
- package/src/components/SimpleLayout/AppBar.stories.tsx +144 -0
- package/src/components/SimpleLayout/AppBar.tsx +93 -0
- package/src/components/SimpleLayout/Drawer.tsx +27 -82
- package/src/components/SimpleLayout/Main.tsx +40 -34
- package/src/components/SimpleLayout/NavBar.stories.tsx +131 -23
- package/src/components/SimpleLayout/NavBar.tsx +18 -51
- package/src/components/SimpleLayout/SimpleLayout.stories.tsx +45 -57
- package/src/components/SimpleLayout/SimpleLayout.tsx +40 -22
- package/src/components/SimpleLayout/index.ts +3 -0
- package/src/components/hooks.ts +9 -9
- package/src/components/index.ts +4 -2
- package/src/hooks/actions.ts +84 -0
- package/src/hooks/index.ts +4 -0
- package/src/hooks/useAppBarProps.ts +115 -0
- package/src/hooks/useCompanions.ts +8 -5
- package/src/hooks/useDrawerActions.ts +100 -0
- package/src/hooks/useNavbarActions.ts +87 -0
- package/src/hooks/useSimpleLayoutState.ts +5 -5
- package/src/meta.ts +1 -1
- package/src/operations/close.ts +34 -0
- package/src/operations/index.ts +16 -0
- package/src/operations/open.ts +63 -0
- package/src/operations/revert-workspace.ts +22 -0
- package/src/operations/set-layout-mode.ts +12 -0
- package/src/operations/set.ts +23 -0
- package/src/operations/state-access.ts +19 -0
- package/src/operations/switch-workspace.ts +26 -0
- package/src/operations/update-complementary.ts +35 -0
- package/src/operations/update-dialog.ts +28 -0
- package/src/operations/update-popover.ts +35 -0
- package/src/operations/update-sidebar.ts +12 -0
- package/src/translations.ts +21 -19
- package/src/types/capabilities.ts +12 -8
- package/src/types/events.ts +3 -2
- package/dist/lib/browser/chunk-LR3EE3VB.mjs +0 -789
- package/dist/lib/browser/chunk-LR3EE3VB.mjs.map +0 -7
- package/dist/lib/browser/chunk-P77G4YTR.mjs +0 -29
- package/dist/lib/browser/chunk-P77G4YTR.mjs.map +0 -7
- package/dist/lib/browser/operation-resolver-775UYAC2.mjs +0 -203
- package/dist/lib/browser/operation-resolver-775UYAC2.mjs.map +0 -7
- package/dist/lib/browser/react-root-KM55OMGJ.mjs +0 -21
- package/dist/lib/browser/react-root-KM55OMGJ.mjs.map +0 -7
- package/dist/lib/browser/react-surface-BABGAWGY.mjs +0 -39
- package/dist/lib/browser/react-surface-BABGAWGY.mjs.map +0 -7
- package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs +0 -66
- package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs.map +0 -7
- package/dist/lib/browser/state-OUFTC2KV.mjs +0 -47
- package/dist/lib/browser/state-OUFTC2KV.mjs.map +0 -7
- package/dist/lib/browser/url-handler-DOUFQIAC.mjs +0 -54
- package/dist/lib/browser/url-handler-DOUFQIAC.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-F5TEKVJG.mjs +0 -31
- package/dist/lib/node-esm/chunk-F5TEKVJG.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-HB2B3LLG.mjs +0 -790
- package/dist/lib/node-esm/chunk-HB2B3LLG.mjs.map +0 -7
- package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs +0 -204
- package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs.map +0 -7
- package/dist/lib/node-esm/react-root-36UYFEEB.mjs +0 -22
- package/dist/lib/node-esm/react-root-36UYFEEB.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs +0 -40
- package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs.map +0 -7
- package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs +0 -68
- package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs.map +0 -7
- package/dist/lib/node-esm/state-Q2ZA26W5.mjs +0 -48
- package/dist/lib/node-esm/state-Q2ZA26W5.mjs.map +0 -7
- package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs +0 -55
- package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs.map +0 -7
- package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -3
- package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -5
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-root/index.d.ts +0 -6
- package/dist/types/src/capabilities/react-root/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-root/react-root.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts +0 -3
- package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/spotlight-dismiss/spotlight-dismiss.d.ts.map +0 -1
- package/dist/types/src/capabilities/state/index.d.ts +0 -13
- package/dist/types/src/capabilities/state/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/state/state.d.ts.map +0 -1
- package/dist/types/src/capabilities/url-handler/index.d.ts +0 -3
- package/dist/types/src/capabilities/url-handler/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/url-handler/url-handler.d.ts +0 -10
- package/dist/types/src/capabilities/url-handler/url-handler.d.ts.map +0 -1
- package/dist/types/src/components/ContentError.d.ts +0 -5
- package/dist/types/src/components/ContentError.d.ts.map +0 -1
- package/dist/types/src/components/ContentLoading.d.ts +0 -3
- package/dist/types/src/components/ContentLoading.d.ts.map +0 -1
- package/dist/types/src/components/ContentLoading.stories.d.ts.map +0 -1
- package/dist/types/src/components/SimpleLayout/Banner.d.ts +0 -8
- package/dist/types/src/components/SimpleLayout/Banner.d.ts.map +0 -1
- package/dist/types/src/components/Workspace/Workspace.d.ts +0 -9
- package/dist/types/src/components/Workspace/Workspace.d.ts.map +0 -1
- package/dist/types/src/components/Workspace/index.d.ts +0 -2
- package/dist/types/src/components/Workspace/index.d.ts.map +0 -1
- package/src/capabilities/operation-resolver/index.ts +0 -10
- package/src/capabilities/operation-resolver/operation-resolver.ts +0 -215
- package/src/capabilities/react-root/index.ts +0 -7
- package/src/capabilities/react-surface/index.ts +0 -7
- package/src/capabilities/react-surface/react-surface.tsx +0 -40
- package/src/capabilities/spotlight-dismiss/index.ts +0 -7
- package/src/capabilities/state/index.ts +0 -9
- package/src/capabilities/url-handler/index.ts +0 -7
- package/src/capabilities/url-handler/url-handler.ts +0 -80
- package/src/components/ContentError.tsx +0 -23
- package/src/components/SimpleLayout/Banner.tsx +0 -113
- 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 {
|
|
8
|
-
import {
|
|
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 =
|
|
20
|
-
/**
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
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
|
-
<
|
|
37
|
-
{
|
|
38
|
-
|
|
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 {
|
|
8
|
+
import { ActivationEvents, Capability, Plugin } from '@dxos/app-framework';
|
|
9
9
|
import { withPluginManager } from '@dxos/app-framework/testing';
|
|
10
|
-
import {
|
|
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 {
|
|
16
|
-
import { translations as searchTranslation } from '@dxos/react-ui-
|
|
17
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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: [
|
|
87
|
+
decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({})],
|
|
100
88
|
};
|
|
101
89
|
|
|
102
90
|
export const Popover: Story = {
|
|
103
|
-
decorators: [
|
|
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, {
|
|
5
|
+
import React, { useLayoutEffect, useRef, useState } from 'react';
|
|
6
6
|
|
|
7
|
-
import {
|
|
7
|
+
import { Splitter, type SplitterMode } from '@dxos/react-ui';
|
|
8
8
|
import { Mosaic } from '@dxos/react-ui-mosaic';
|
|
9
9
|
|
|
10
|
-
import { useSimpleLayoutState } from '
|
|
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
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
<
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
};
|
package/src/components/hooks.ts
CHANGED
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
import { useEffect } from 'react';
|
|
6
6
|
|
|
7
|
-
import {
|
|
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
|
-
*
|
|
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
|
|
16
|
+
export const useExpandPath = (nodeId?: string) => {
|
|
14
17
|
const { graph } = useAppGraph();
|
|
15
18
|
|
|
16
19
|
useEffect(() => {
|
|
17
20
|
if (nodeId) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
};
|
package/src/components/index.ts
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
// Copyright 2025 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
export * from './
|
|
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 './
|
|
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
|
+
};
|
package/src/hooks/index.ts
CHANGED
|
@@ -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-
|
|
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
|
-
|
|
12
|
-
const PLANK_COMPANION_TYPE = 'dxos.org/plugin/deck/plank-companion';
|
|
11
|
+
import { PLANK_COMPANION_TYPE } from './actions';
|
|
13
12
|
|
|
14
|
-
|
|
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,
|
|
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
|
};
|