@dxos/plugin-client 0.8.4-main.d05673bc65 → 0.8.4-main.d9fc60f731
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/LICENSE +102 -5
- package/README.md +1 -1
- package/dist/lib/neutral/AccountContainer-FZ3IC6H4.mjs +182 -0
- package/dist/lib/neutral/AccountContainer-FZ3IC6H4.mjs.map +7 -0
- package/dist/lib/neutral/ClientPlugin.mjs +72 -0
- package/dist/lib/neutral/ClientPlugin.mjs.map +7 -0
- package/dist/lib/{browser/cli/index.mjs → neutral/ClientPlugin.node.mjs} +115 -125
- package/dist/lib/neutral/ClientPlugin.node.mjs.map +7 -0
- package/dist/lib/neutral/ClientPlugin.workerd.mjs +16 -0
- package/dist/lib/neutral/ClientPlugin.workerd.mjs.map +7 -0
- package/dist/lib/{browser/DevicesContainer-3N7ANEJ7.mjs → neutral/DevicesContainer-6MWNUC3I.mjs} +46 -52
- package/dist/lib/neutral/DevicesContainer-6MWNUC3I.mjs.map +7 -0
- package/dist/lib/neutral/InvitationsContainer-ME722VKS.mjs +132 -0
- package/dist/lib/neutral/InvitationsContainer-ME722VKS.mjs.map +7 -0
- package/dist/lib/{browser/JoinDialog-VTTK7NHO.mjs → neutral/JoinDialog-2NXAKPLP.mjs} +10 -16
- package/dist/lib/neutral/JoinDialog-2NXAKPLP.mjs.map +7 -0
- package/dist/lib/{browser/ProfileContainer-XV7OXJC2.mjs → neutral/ProfileContainer-VPX3FPWG.mjs} +17 -20
- package/dist/lib/neutral/ProfileContainer-VPX3FPWG.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCodeDialog-WO34OZEJ.mjs → neutral/RecoveryCodeDialog-GBRH6ZSA.mjs} +8 -9
- package/dist/lib/neutral/RecoveryCodeDialog-GBRH6ZSA.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCredentialsContainer-G22FSTIX.mjs → neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs} +18 -24
- package/dist/lib/neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs.map +7 -0
- package/dist/lib/{node-esm/ResetDialog-GGBWSQZO.mjs → neutral/ResetDialog-HZ5OKKG4.mjs} +10 -7
- package/dist/lib/neutral/ResetDialog-HZ5OKKG4.mjs.map +7 -0
- package/dist/lib/neutral/account-cache-4EKGEUJI.mjs +43 -0
- package/dist/lib/neutral/account-cache-4EKGEUJI.mjs.map +7 -0
- package/dist/lib/{node-esm/app-graph-builder-PTNZ46NN.mjs → neutral/app-graph-builder-A74W7C36.mjs} +51 -28
- package/dist/lib/neutral/app-graph-builder-A74W7C36.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +34 -0
- package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/node.mjs +21 -0
- package/dist/lib/neutral/capabilities/node.mjs.map +7 -0
- package/dist/lib/neutral/chunk-D6HPCLTS.mjs +185 -0
- package/dist/lib/neutral/chunk-D6HPCLTS.mjs.map +7 -0
- package/dist/lib/neutral/chunk-FVESSI4C.mjs +8 -0
- package/dist/lib/neutral/chunk-FVESSI4C.mjs.map +7 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/neutral/chunk-JEF2FQGB.mjs +27 -0
- package/dist/lib/neutral/chunk-JEF2FQGB.mjs.map +7 -0
- package/dist/lib/{node-esm/chunk-BOTJSPCT.mjs → neutral/chunk-JOCCVODY.mjs} +11 -7
- package/dist/lib/neutral/chunk-JOCCVODY.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TUK3ELUU.mjs +135 -0
- package/dist/lib/neutral/chunk-TUK3ELUU.mjs.map +7 -0
- package/dist/lib/neutral/chunk-WWCVZG3K.mjs +13 -0
- package/dist/lib/neutral/chunk-WWCVZG3K.mjs.map +7 -0
- package/dist/lib/{browser/client-BXCP3EUE.mjs → neutral/client-MCFHLJEA.mjs} +16 -40
- package/dist/lib/neutral/client-MCFHLJEA.mjs.map +7 -0
- package/dist/lib/neutral/components/index.mjs +1 -0
- package/dist/lib/neutral/containers/index.mjs +23 -0
- package/dist/lib/neutral/containers/index.mjs.map +7 -0
- package/dist/lib/neutral/create-agent-6HLW4D3A.mjs +26 -0
- package/dist/lib/neutral/create-agent-6HLW4D3A.mjs.map +7 -0
- package/dist/lib/neutral/create-identity-WV2CVZBS.mjs +42 -0
- package/dist/lib/neutral/create-identity-WV2CVZBS.mjs.map +7 -0
- package/dist/lib/neutral/create-passkey-FOXEMXGF.mjs +81 -0
- package/dist/lib/neutral/create-passkey-FOXEMXGF.mjs.map +7 -0
- package/dist/lib/neutral/create-recovery-code-ZWDKLPH4.mjs +36 -0
- package/dist/lib/neutral/create-recovery-code-ZWDKLPH4.mjs.map +7 -0
- package/dist/lib/neutral/hub-http-client-WOJUCDKV.mjs +19 -0
- package/dist/lib/neutral/hub-http-client-WOJUCDKV.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +23 -0
- package/dist/lib/neutral/index.mjs.map +7 -0
- package/dist/lib/neutral/join-identity-QEQFAE2S.mjs +27 -0
- package/dist/lib/neutral/join-identity-QEQFAE2S.mjs.map +7 -0
- package/dist/lib/neutral/layer-specs-FLXR263J.mjs +61 -0
- package/dist/lib/neutral/layer-specs-FLXR263J.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -0
- package/dist/lib/neutral/meta.mjs +8 -0
- package/dist/lib/neutral/meta.mjs.map +7 -0
- package/dist/lib/{browser/migrations-GKUA2ARL.mjs → neutral/migrations-7FTW55ER.mjs} +4 -6
- package/dist/lib/neutral/migrations-7FTW55ER.mjs.map +7 -0
- package/dist/lib/neutral/navigation-handler-FWSGOXGG.mjs +46 -0
- package/dist/lib/neutral/navigation-handler-FWSGOXGG.mjs.map +7 -0
- package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs +13 -0
- package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs.map +7 -0
- package/dist/lib/neutral/operations/index.mjs +12 -0
- package/dist/lib/neutral/operations/index.mjs.map +7 -0
- package/dist/lib/neutral/plugin.mjs +17 -0
- package/dist/lib/neutral/plugin.mjs.map +7 -0
- package/dist/lib/{browser/react-context-GZ3T5UON.mjs → neutral/react-context-B5LXMHVM.mjs} +5 -8
- package/dist/lib/neutral/react-context-B5LXMHVM.mjs.map +7 -0
- package/dist/lib/{browser/react-surface-5VZP34X3.mjs → neutral/react-surface-DEKGWTCD.mjs} +23 -30
- package/dist/lib/neutral/react-surface-DEKGWTCD.mjs.map +7 -0
- package/dist/lib/neutral/recover-identity-JNFKLCUD.mjs +26 -0
- package/dist/lib/neutral/recover-identity-JNFKLCUD.mjs.map +7 -0
- package/dist/lib/neutral/redeem-passkey-4SBAI4AG.mjs +66 -0
- package/dist/lib/neutral/redeem-passkey-4SBAI4AG.mjs.map +7 -0
- package/dist/lib/neutral/redeem-token-POBD6TMN.mjs +29 -0
- package/dist/lib/neutral/redeem-token-POBD6TMN.mjs.map +7 -0
- package/dist/lib/neutral/reset-storage-LQKUV5RA.mjs +26 -0
- package/dist/lib/neutral/reset-storage-LQKUV5RA.mjs.map +7 -0
- package/dist/lib/neutral/schema-defs-IHBCKTMM.mjs +51 -0
- package/dist/lib/neutral/schema-defs-IHBCKTMM.mjs.map +7 -0
- package/dist/lib/neutral/share-identity-KNQ2XNXV.mjs +31 -0
- package/dist/lib/neutral/share-identity-KNQ2XNXV.mjs.map +7 -0
- package/dist/lib/neutral/testing/index.mjs +25 -0
- package/dist/lib/neutral/testing/index.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +101 -0
- package/dist/lib/neutral/translations.mjs.map +7 -0
- package/dist/lib/{browser → neutral}/types/index.mjs +4 -6
- package/dist/lib/neutral/types/index.mjs.map +7 -0
- package/dist/types/src/ClientPlugin.d.ts +2 -1
- package/dist/types/src/ClientPlugin.d.ts.map +1 -1
- package/dist/types/src/ClientPlugin.node.d.ts +5 -0
- package/dist/types/src/ClientPlugin.node.d.ts.map +1 -0
- package/dist/types/src/ClientPlugin.test.d.ts +2 -0
- package/dist/types/src/ClientPlugin.test.d.ts.map +1 -0
- package/dist/types/src/ClientPlugin.workerd.d.ts +4 -0
- package/dist/types/src/ClientPlugin.workerd.d.ts.map +1 -0
- package/dist/types/src/capabilities/account-cache.d.ts +35 -0
- package/dist/types/src/capabilities/account-cache.d.ts.map +1 -0
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/{client/client.d.ts → client.d.ts} +2 -2
- package/dist/types/src/capabilities/client.d.ts.map +1 -0
- package/dist/types/src/capabilities/hub-http-client.d.ts +6 -0
- package/dist/types/src/capabilities/hub-http-client.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +65 -7
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/layer-specs.d.ts +6 -0
- package/dist/types/src/capabilities/layer-specs.d.ts.map +1 -0
- package/dist/types/src/capabilities/migrations.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts +4 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts +15 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/node.d.ts +26 -0
- package/dist/types/src/capabilities/node.d.ts.map +1 -0
- 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-context.d.ts.map +1 -0
- package/dist/types/src/capabilities/{react-surface/react-surface.d.ts → react-surface.d.ts} +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/schema-defs.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/config/index.d.ts +1 -1
- package/dist/types/src/commands/config/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/config/view.d.ts +1 -1
- package/dist/types/src/commands/config/view.d.ts.map +1 -0
- package/dist/types/src/commands/device/index.d.ts.map +1 -0
- package/dist/types/src/commands/device/info/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/device/info/info.d.ts +2 -2
- package/dist/types/src/commands/device/info/info.d.ts.map +1 -0
- package/dist/types/src/commands/device/info/info.test.d.ts.map +1 -0
- package/dist/types/src/commands/device/list/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/device/list/list.d.ts +2 -2
- package/dist/types/src/commands/device/list/list.d.ts.map +1 -0
- package/dist/types/src/commands/device/list/list.test.d.ts.map +1 -0
- package/dist/types/src/commands/device/update/index.d.ts.map +1 -0
- package/dist/types/src/commands/device/update/update.d.ts.map +1 -0
- package/dist/types/src/commands/device/util.d.ts.map +1 -0
- package/dist/types/src/commands/edge/index.d.ts.map +1 -0
- package/dist/types/src/commands/edge/status.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/create/create.d.ts +2 -2
- package/dist/types/src/commands/halo/create/create.d.ts.map +1 -0
- package/dist/types/src/commands/halo/create/create.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/create/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/add/add.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/add/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/list/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.d.ts +3 -3
- package/dist/types/src/commands/halo/credential/list/list.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/list/list.test.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/identity/identity.d.ts +2 -2
- package/dist/types/src/commands/halo/identity/identity.d.ts.map +1 -0
- package/dist/types/src/commands/halo/identity/identity.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/identity/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/join/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/join/join.d.ts +1 -1
- package/dist/types/src/commands/halo/join/join.d.ts.map +1 -0
- package/dist/types/src/commands/halo/join/join.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/keys/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/keys/keys.d.ts +2 -2
- package/dist/types/src/commands/halo/keys/keys.d.ts.map +1 -0
- package/dist/types/src/commands/halo/keys/keys.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/recover.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/recover.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/seed/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/seed/seed.d.ts.map +1 -0
- package/dist/types/src/commands/halo/share/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/share/share.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/update.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/update.test.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/util.d.ts +1 -4
- package/dist/types/src/commands/halo/util.d.ts.map +1 -0
- package/dist/types/src/commands/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/create.d.ts +1 -1
- package/dist/types/src/commands/profile/create.d.ts.map +1 -0
- package/dist/types/src/commands/profile/delete.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/import.d.ts +2 -2
- package/dist/types/src/commands/profile/import.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/index.d.ts +6 -6
- package/dist/types/src/commands/profile/index.d.ts.map +1 -0
- package/dist/types/src/commands/profile/inspect.d.ts.map +1 -0
- package/dist/types/src/commands/profile/list.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/reset.d.ts +1 -1
- package/dist/types/src/commands/profile/reset.d.ts.map +1 -0
- package/dist/types/src/commands/profile/util.d.ts.map +1 -0
- package/dist/types/src/constants.d.ts +4 -3
- package/dist/types/src/constants.d.ts.map +1 -1
- package/dist/types/src/containers/AccountContainer/AccountContainer.d.ts +3 -0
- package/dist/types/src/containers/AccountContainer/AccountContainer.d.ts.map +1 -0
- package/dist/types/src/containers/AccountContainer/index.d.ts +2 -0
- package/dist/types/src/containers/AccountContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.d.ts.map +1 -1
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts +165 -164
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/DevicesContainer/index.d.ts +1 -2
- package/dist/types/src/containers/DevicesContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/InvitationsContainer/InvitationsContainer.d.ts +3 -0
- package/dist/types/src/containers/InvitationsContainer/InvitationsContainer.d.ts.map +1 -0
- package/dist/types/src/containers/InvitationsContainer/index.d.ts +2 -0
- package/dist/types/src/containers/InvitationsContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.d.ts.map +1 -1
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts +15 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/index.d.ts +1 -2
- package/dist/types/src/containers/JoinDialog/index.d.ts.map +1 -1
- package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/ProfileContainer/index.d.ts +1 -2
- package/dist/types/src/containers/ProfileContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts +1 -2
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts +7 -2
- package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts +2 -2
- package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/index.d.ts.map +1 -1
- package/dist/types/src/containers/index.d.ts +2 -0
- package/dist/types/src/containers/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +2 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +1 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/operations/create-agent.d.ts +5 -0
- package/dist/types/src/operations/create-agent.d.ts.map +1 -0
- package/dist/types/src/operations/create-identity.d.ts +5 -0
- package/dist/types/src/operations/create-identity.d.ts.map +1 -0
- package/dist/types/src/operations/create-passkey.d.ts +5 -0
- package/dist/types/src/operations/create-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/create-recovery-code.d.ts +5 -0
- package/dist/types/src/operations/create-recovery-code.d.ts.map +1 -0
- package/dist/types/src/operations/definitions.d.ts +36 -0
- package/dist/types/src/operations/definitions.d.ts.map +1 -0
- package/dist/types/src/operations/index.d.ts +4 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/join-identity.d.ts +5 -0
- package/dist/types/src/operations/join-identity.d.ts.map +1 -0
- package/dist/types/src/operations/recover-identity.d.ts +5 -0
- package/dist/types/src/operations/recover-identity.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-passkey.d.ts +5 -0
- package/dist/types/src/operations/redeem-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-token.d.ts +5 -0
- package/dist/types/src/operations/redeem-token.d.ts.map +1 -0
- package/dist/types/src/operations/reset-storage.d.ts +5 -0
- package/dist/types/src/operations/reset-storage.d.ts.map +1 -0
- package/dist/types/src/operations/share-identity.d.ts +5 -0
- package/dist/types/src/operations/share-identity.d.ts.map +1 -0
- package/dist/types/src/plugin.d.ts +4 -0
- package/dist/types/src/plugin.d.ts.map +1 -0
- package/dist/types/src/state/account-cache.d.ts +42 -0
- package/dist/types/src/state/account-cache.d.ts.map +1 -0
- package/dist/types/src/state/use-hub-http.d.ts +8 -0
- package/dist/types/src/state/use-hub-http.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +3 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/testing/initializeIdentity.d.ts +14 -0
- package/dist/types/src/testing/initializeIdentity.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/capabilities.d.ts +35 -2
- 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/src/types/schema.d.ts +20 -156
- package/dist/types/src/types/schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +121 -56
- package/src/{cli/plugin.ts → ClientPlugin.node.ts} +18 -10
- package/src/ClientPlugin.test.ts +29 -0
- package/src/ClientPlugin.ts +31 -10
- package/src/ClientPlugin.workerd.ts +16 -0
- package/src/capabilities/account-cache.ts +25 -0
- package/src/capabilities/{app-graph-builder/app-graph-builder.ts → app-graph-builder.ts} +38 -19
- package/src/capabilities/{client/client.ts → client.ts} +10 -7
- package/src/capabilities/hub-http-client.ts +21 -0
- package/src/capabilities/index.ts +18 -7
- package/src/capabilities/layer-specs.ts +92 -0
- package/src/capabilities/{migrations/migrations.ts → migrations.ts} +1 -1
- package/src/capabilities/navigation-handler/index.ts +9 -0
- package/src/capabilities/navigation-handler/navigation-handler.ts +64 -0
- package/src/capabilities/node.ts +21 -0
- package/src/capabilities/operation-handler.ts +16 -0
- package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +4 -4
- package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +30 -22
- package/src/capabilities/schema-defs.ts +56 -0
- package/src/{cli/commands → commands}/config/view.ts +4 -1
- package/src/{cli/commands → commands}/device/info/info.test.ts +0 -1
- package/src/{cli/commands → commands}/device/info/info.ts +0 -2
- package/src/{cli/commands → commands}/device/list/list.test.ts +0 -1
- package/src/{cli/commands → commands}/device/list/list.ts +0 -2
- package/src/{cli/commands → commands}/device/update/update.ts +0 -2
- package/src/{cli/commands → commands}/edge/status.ts +2 -1
- package/src/{cli/commands → commands}/halo/create/create.test.ts +10 -9
- package/src/{cli/commands → commands}/halo/create/create.ts +12 -5
- package/src/{cli/commands → commands}/halo/credential/list/list.test.ts +0 -1
- package/src/{cli/commands → commands}/halo/credential/list/list.ts +4 -7
- package/src/{cli/commands → commands}/halo/identity/identity.test.ts +4 -4
- package/src/{cli/commands → commands}/halo/identity/identity.ts +2 -3
- package/src/{cli/commands → commands}/halo/join/join.ts +2 -2
- package/src/{cli/commands → commands}/halo/keys/keys.ts +0 -2
- package/src/{cli/commands → commands}/halo/recover/recover.ts +2 -2
- package/src/{cli/commands → commands}/halo/seed/seed.ts +0 -2
- package/src/{cli/commands → commands}/halo/update/update.test.ts +5 -6
- package/src/{cli/commands → commands}/halo/update/update.ts +2 -4
- package/src/{cli/commands → commands}/halo/util.ts +2 -5
- package/src/{cli/commands → commands}/profile/list.ts +0 -1
- package/src/constants.ts +6 -4
- package/src/containers/AccountContainer/AccountContainer.tsx +179 -0
- package/src/containers/AccountContainer/index.ts +5 -0
- package/src/containers/DevicesContainer/DevicesContainer.stories.tsx +6 -6
- package/src/containers/DevicesContainer/DevicesContainer.tsx +50 -49
- package/src/containers/DevicesContainer/index.ts +1 -3
- package/src/containers/InvitationsContainer/InvitationsContainer.tsx +137 -0
- package/src/containers/InvitationsContainer/index.ts +5 -0
- package/src/containers/JoinDialog/JoinDialog.stories.tsx +43 -0
- package/src/containers/JoinDialog/JoinDialog.tsx +15 -12
- package/src/containers/JoinDialog/index.ts +1 -3
- package/src/containers/ProfileContainer/ProfileContainer.stories.tsx +1 -1
- package/src/containers/ProfileContainer/ProfileContainer.tsx +13 -13
- package/src/containers/ProfileContainer/index.ts +1 -3
- package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.tsx +1 -1
- package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx +7 -7
- package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.tsx +6 -6
- package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx +24 -26
- package/src/containers/RecoveryCredentialsContainer/index.ts +1 -3
- package/src/containers/ResetDialog/ResetDialog.stories.tsx +6 -6
- package/src/containers/ResetDialog/ResetDialog.tsx +16 -6
- package/src/containers/index.ts +2 -0
- package/src/index.ts +2 -4
- package/src/meta.ts +7 -4
- package/src/operations/create-agent.ts +26 -0
- package/src/operations/create-identity.ts +37 -0
- package/src/operations/create-passkey.ts +88 -0
- package/src/operations/create-recovery-code.ts +34 -0
- package/src/operations/definitions.ts +115 -0
- package/src/operations/index.ts +20 -0
- package/src/operations/join-identity.ts +28 -0
- package/src/operations/recover-identity.ts +28 -0
- package/src/operations/redeem-passkey.ts +85 -0
- package/src/operations/redeem-token.ts +31 -0
- package/src/operations/reset-storage.ts +27 -0
- package/src/operations/share-identity.ts +26 -0
- package/src/plugin.ts +11 -0
- package/src/state/account-cache.ts +33 -0
- package/src/state/use-hub-http.ts +32 -0
- package/src/testing/index.ts +6 -0
- package/src/testing/initializeIdentity.ts +30 -0
- package/src/translations.ts +85 -43
- package/src/types/capabilities.ts +8 -1
- package/src/types/events.ts +1 -1
- package/src/types/schema.ts +7 -114
- package/dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs.map +0 -7
- package/dist/lib/browser/JoinDialog-VTTK7NHO.mjs.map +0 -7
- package/dist/lib/browser/ProfileContainer-XV7OXJC2.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs.map +0 -7
- package/dist/lib/browser/ResetDialog-W24FOWBQ.mjs +0 -52
- package/dist/lib/browser/ResetDialog-W24FOWBQ.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-GGJKFY3X.mjs +0 -121
- package/dist/lib/browser/app-graph-builder-GGJKFY3X.mjs.map +0 -7
- package/dist/lib/browser/chunk-FVEKZBM7.mjs +0 -283
- package/dist/lib/browser/chunk-FVEKZBM7.mjs.map +0 -7
- package/dist/lib/browser/chunk-GSVYEYVS.mjs +0 -18
- package/dist/lib/browser/chunk-GSVYEYVS.mjs.map +0 -7
- package/dist/lib/browser/chunk-HSFDKP5D.mjs +0 -15
- package/dist/lib/browser/chunk-HSFDKP5D.mjs.map +0 -7
- package/dist/lib/browser/chunk-JHSBBOCI.mjs +0 -15
- package/dist/lib/browser/chunk-JHSBBOCI.mjs.map +0 -7
- package/dist/lib/browser/cli/index.mjs.map +0 -7
- package/dist/lib/browser/client-BXCP3EUE.mjs.map +0 -7
- package/dist/lib/browser/index.mjs +0 -149
- package/dist/lib/browser/index.mjs.map +0 -7
- package/dist/lib/browser/meta.json +0 -1
- package/dist/lib/browser/migrations-GKUA2ARL.mjs.map +0 -7
- package/dist/lib/browser/operation-resolver-VSWA74RS.mjs +0 -299
- package/dist/lib/browser/operation-resolver-VSWA74RS.mjs.map +0 -7
- package/dist/lib/browser/react-context-GZ3T5UON.mjs.map +0 -7
- package/dist/lib/browser/react-surface-5VZP34X3.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-KAG6HQMI.mjs +0 -28
- package/dist/lib/browser/schema-defs-KAG6HQMI.mjs.map +0 -7
- package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs +0 -269
- package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs.map +0 -7
- package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs +0 -60
- package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs.map +0 -7
- package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs +0 -172
- package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs +0 -61
- package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs +0 -58
- package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs.map +0 -7
- package/dist/lib/node-esm/ResetDialog-GGBWSQZO.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-PTNZ46NN.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BOTJSPCT.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs +0 -284
- package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-OFJUOKY7.mjs +0 -20
- package/dist/lib/node-esm/chunk-OFJUOKY7.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-VLNCZYIC.mjs +0 -16
- package/dist/lib/node-esm/chunk-VLNCZYIC.mjs.map +0 -7
- package/dist/lib/node-esm/cli/index.mjs +0 -1060
- package/dist/lib/node-esm/cli/index.mjs.map +0 -7
- package/dist/lib/node-esm/client-EGZHGRRC.mjs +0 -87
- package/dist/lib/node-esm/client-EGZHGRRC.mjs.map +0 -7
- package/dist/lib/node-esm/index.mjs +0 -150
- package/dist/lib/node-esm/index.mjs.map +0 -7
- package/dist/lib/node-esm/meta.json +0 -1
- package/dist/lib/node-esm/migrations-4NEKCBGU.mjs +0 -26
- package/dist/lib/node-esm/migrations-4NEKCBGU.mjs.map +0 -7
- package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs +0 -300
- package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-T2ORT5CC.mjs +0 -27
- package/dist/lib/node-esm/react-context-T2ORT5CC.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-B65OUZYI.mjs +0 -78
- package/dist/lib/node-esm/react-surface-B65OUZYI.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs +0 -29
- package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs.map +0 -7
- package/dist/lib/node-esm/types/index.mjs +0 -17
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/client.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/index.d.ts +0 -18
- package/dist/types/src/capabilities/client/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/index.d.ts +0 -3
- package/dist/types/src/capabilities/migrations/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/migrations.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -5
- 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 -8
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
- package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/index.d.ts +0 -3
- package/dist/types/src/capabilities/schema-defs/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts.map +0 -1
- package/dist/types/src/cli/commands/config/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/config/view.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/info.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/info.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/list.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/update/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/update/update.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/util.d.ts.map +0 -1
- package/dist/types/src/cli/commands/edge/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/edge/status.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/create.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/create.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/add/add.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/add/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/join.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/join.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/recover.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/seed/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/share/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/share/share.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/update.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/update.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/util.d.ts.map +0 -1
- package/dist/types/src/cli/commands/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/create.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/delete.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/import.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/inspect.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/reset.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/util.d.ts.map +0 -1
- package/dist/types/src/cli/index.d.ts +0 -2
- package/dist/types/src/cli/index.d.ts.map +0 -1
- package/dist/types/src/cli/plugin.d.ts +0 -4
- package/dist/types/src/cli/plugin.d.ts.map +0 -1
- package/dist/types/src/cli/testing/test-console.d.ts +0 -37
- package/dist/types/src/cli/testing/test-console.d.ts.map +0 -1
- package/src/capabilities/app-graph-builder/index.ts +0 -7
- package/src/capabilities/client/index.ts +0 -7
- package/src/capabilities/migrations/index.ts +0 -7
- package/src/capabilities/operation-resolver/index.ts +0 -7
- package/src/capabilities/operation-resolver/operation-resolver.ts +0 -249
- package/src/capabilities/react-context/index.ts +0 -7
- package/src/capabilities/react-surface/index.ts +0 -7
- package/src/capabilities/schema-defs/index.ts +0 -7
- package/src/capabilities/schema-defs/schema-defs.ts +0 -36
- package/src/cli/index.ts +0 -5
- package/src/cli/testing/test-console.ts +0 -88
- /package/dist/lib/{browser/types/index.mjs.map → neutral/chunk-J5LGTIGS.mjs.map} +0 -0
- /package/dist/lib/{node-esm/types → neutral/components}/index.mjs.map +0 -0
- /package/dist/types/src/capabilities/{app-graph-builder/app-graph-builder.d.ts → app-graph-builder.d.ts} +0 -0
- /package/dist/types/src/capabilities/{migrations/migrations.d.ts → migrations.d.ts} +0 -0
- /package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +0 -0
- /package/dist/types/src/capabilities/{schema-defs/schema-defs.d.ts → schema-defs.d.ts} +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/info/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/info/info.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/list/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/list/list.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/update/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/update/update.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/util.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/edge/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/edge/status.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/create/create.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/create/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/add/add.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/add/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/list/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/identity/identity.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/identity/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/join/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/join/join.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/keys/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/keys/keys.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/seed/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/seed/seed.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/share/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/share/share.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/update.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/update.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/delete.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/inspect.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/list.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/util.d.ts +0 -0
- /package/src/{cli/commands → commands}/config/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/info/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/list/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/update/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/util.ts +0 -0
- /package/src/{cli/commands → commands}/edge/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/create/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/add/add.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/add/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/list/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/identity/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/join/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/join/join.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/keys/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/keys/keys.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/recover/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/recover/recover.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/seed/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/share/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/share/share.ts +0 -0
- /package/src/{cli/commands → commands}/halo/update/index.ts +0 -0
- /package/src/{cli/commands → commands}/index.ts +0 -0
- /package/src/{cli/commands → commands}/profile/create.ts +0 -0
- /package/src/{cli/commands → commands}/profile/delete.ts +0 -0
- /package/src/{cli/commands → commands}/profile/import.ts +0 -0
- /package/src/{cli/commands → commands}/profile/index.ts +0 -0
- /package/src/{cli/commands → commands}/profile/inspect.ts +0 -0
- /package/src/{cli/commands → commands}/profile/reset.ts +0 -0
- /package/src/{cli/commands → commands}/profile/util.ts +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2025 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import { describe,
|
|
5
|
+
import { describe, test } from '@effect/vitest';
|
|
6
6
|
import * as Effect from 'effect/Effect';
|
|
7
7
|
|
|
8
8
|
import { TestConsole, TestLayer } from '@dxos/cli-util/testing';
|
|
@@ -12,7 +12,7 @@ import { runAndForwardErrors } from '@dxos/effect';
|
|
|
12
12
|
import { handler } from './identity';
|
|
13
13
|
|
|
14
14
|
describe('halo identity', () => {
|
|
15
|
-
|
|
15
|
+
test('should log if identity is not initialized', ({ expect }) =>
|
|
16
16
|
Effect.gen(function* () {
|
|
17
17
|
yield* handler();
|
|
18
18
|
const logger = yield* TestConsole.TestConsole;
|
|
@@ -23,7 +23,7 @@ describe('halo identity', () => {
|
|
|
23
23
|
);
|
|
24
24
|
}).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
test('should print identity if initialized', ({ expect }) =>
|
|
27
27
|
Effect.gen(function* () {
|
|
28
28
|
const client = yield* ClientService;
|
|
29
29
|
yield* Effect.tryPromise(() => client.halo.createIdentity({ displayName: 'Test' }));
|
|
@@ -33,7 +33,7 @@ describe('halo identity', () => {
|
|
|
33
33
|
expect(logs).toHaveLength(1);
|
|
34
34
|
const parsedIdentity = TestConsole.parseJson(logs[0]);
|
|
35
35
|
expect(parsedIdentity).toEqual({
|
|
36
|
-
|
|
36
|
+
identityDid: client.halo.identity.get()?.did,
|
|
37
37
|
displayName: client.halo.identity.get()?.profile?.displayName,
|
|
38
38
|
});
|
|
39
39
|
}).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
|
|
@@ -23,12 +23,11 @@ export const handler = Effect.fn(function* () {
|
|
|
23
23
|
yield* Console.log('Identity not initialized.');
|
|
24
24
|
}
|
|
25
25
|
} else {
|
|
26
|
-
yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
|
|
27
26
|
if (json) {
|
|
28
27
|
yield* Console.log(
|
|
29
28
|
JSON.stringify(
|
|
30
29
|
{
|
|
31
|
-
|
|
30
|
+
identityDid: identity.did,
|
|
32
31
|
displayName: identity.profile?.displayName,
|
|
33
32
|
},
|
|
34
33
|
null,
|
|
@@ -36,7 +35,7 @@ export const handler = Effect.fn(function* () {
|
|
|
36
35
|
),
|
|
37
36
|
);
|
|
38
37
|
} else {
|
|
39
|
-
yield* Console.log(print(printIdentity(identity)));
|
|
38
|
+
yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
|
|
40
39
|
}
|
|
41
40
|
}
|
|
42
41
|
});
|
|
@@ -41,7 +41,7 @@ export const join = Command.make(
|
|
|
41
41
|
yield* Console.log(
|
|
42
42
|
JSON.stringify(
|
|
43
43
|
{
|
|
44
|
-
|
|
44
|
+
identityDid: identity.did,
|
|
45
45
|
displayName: identity.profile?.displayName,
|
|
46
46
|
},
|
|
47
47
|
null,
|
|
@@ -49,7 +49,7 @@ export const join = Command.make(
|
|
|
49
49
|
),
|
|
50
50
|
);
|
|
51
51
|
} else {
|
|
52
|
-
yield* Console.log(print(printIdentity(identity)));
|
|
52
|
+
yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
|
|
53
53
|
}
|
|
54
54
|
}),
|
|
55
55
|
).pipe(Command.withDescription('Join an existing identity using an invitation code.'));
|
|
@@ -14,8 +14,6 @@ import { ClientService } from '@dxos/client';
|
|
|
14
14
|
export const handler = Effect.fn(function* () {
|
|
15
15
|
const { json } = yield* CommandConfig;
|
|
16
16
|
const client = yield* ClientService;
|
|
17
|
-
yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
|
|
18
|
-
|
|
19
17
|
const identity = client.halo.identity.get();
|
|
20
18
|
const device = client.halo.device;
|
|
21
19
|
|
|
@@ -29,7 +29,7 @@ export const recover = Command.make(
|
|
|
29
29
|
yield* Console.log(
|
|
30
30
|
JSON.stringify(
|
|
31
31
|
{
|
|
32
|
-
|
|
32
|
+
identityDid: identity.did,
|
|
33
33
|
displayName: identity.profile?.displayName,
|
|
34
34
|
},
|
|
35
35
|
null,
|
|
@@ -38,7 +38,7 @@ export const recover = Command.make(
|
|
|
38
38
|
);
|
|
39
39
|
} else {
|
|
40
40
|
yield* Console.log('Identity recovered successfully');
|
|
41
|
-
yield* Console.log(print(printIdentity(identity)));
|
|
41
|
+
yield* Console.log(print(printIdentity({ identityDid: identity.did, profile: identity.profile })));
|
|
42
42
|
}
|
|
43
43
|
}),
|
|
44
44
|
).pipe(Command.withDescription('Recover an existing identity using a recovery code.'));
|
|
@@ -12,8 +12,6 @@ import { ClientService } from '@dxos/client';
|
|
|
12
12
|
export const handler = Effect.fn(function* () {
|
|
13
13
|
const { json } = yield* CommandConfig;
|
|
14
14
|
const client = yield* ClientService;
|
|
15
|
-
yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
|
|
16
|
-
|
|
17
15
|
const identityService = client.services.services.IdentityService;
|
|
18
16
|
if (!identityService) {
|
|
19
17
|
if (json) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2025 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import { describe,
|
|
5
|
+
import { describe, test } from '@effect/vitest';
|
|
6
6
|
import * as Effect from 'effect/Effect';
|
|
7
7
|
|
|
8
8
|
import { TestConsole, TestLayer } from '@dxos/cli-util/testing';
|
|
@@ -12,18 +12,17 @@ import { runAndForwardErrors } from '@dxos/effect';
|
|
|
12
12
|
import { handler } from './update';
|
|
13
13
|
|
|
14
14
|
describe('halo update', () => {
|
|
15
|
-
|
|
15
|
+
test('should update identity display name', ({ expect }) =>
|
|
16
16
|
Effect.gen(function* () {
|
|
17
17
|
const client = yield* ClientService;
|
|
18
18
|
yield* Effect.tryPromise(() => client.halo.createIdentity());
|
|
19
|
-
yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
|
|
20
19
|
yield* handler({ displayName: 'Updated Name' });
|
|
21
20
|
const logger = yield* TestConsole.TestConsole;
|
|
22
21
|
const logs = logger.logs;
|
|
23
22
|
expect(logs).toHaveLength(1);
|
|
24
|
-
const parsed = TestConsole.parseJson<{
|
|
25
|
-
expect(parsed).toHaveProperty('
|
|
23
|
+
const parsed = TestConsole.parseJson<{ identityDid: string; displayName: string }>(logs[0]);
|
|
24
|
+
expect(parsed).toHaveProperty('identityDid');
|
|
26
25
|
expect(parsed).toHaveProperty('displayName', 'Updated Name');
|
|
27
|
-
expect(parsed.
|
|
26
|
+
expect(parsed.identityDid).toBe(client.halo.identity.get()?.did);
|
|
28
27
|
}).pipe(Effect.provide(TestLayer), Effect.scoped, runAndForwardErrors));
|
|
29
28
|
});
|
|
@@ -16,8 +16,6 @@ import { printIdentity } from '../util';
|
|
|
16
16
|
export const handler = Effect.fn(function* ({ displayName }: { displayName: string }) {
|
|
17
17
|
const { json } = yield* CommandConfig;
|
|
18
18
|
const client = yield* ClientService;
|
|
19
|
-
yield* Effect.tryPromise(() => client.spaces.waitUntilReady());
|
|
20
|
-
|
|
21
19
|
const identity = client.halo.identity.get();
|
|
22
20
|
if (!identity) {
|
|
23
21
|
if (json) {
|
|
@@ -48,7 +46,7 @@ export const handler = Effect.fn(function* ({ displayName }: { displayName: stri
|
|
|
48
46
|
yield* Console.log(
|
|
49
47
|
JSON.stringify(
|
|
50
48
|
{
|
|
51
|
-
|
|
49
|
+
identityDid: updatedIdentity.did,
|
|
52
50
|
displayName: updatedIdentity.profile?.displayName,
|
|
53
51
|
},
|
|
54
52
|
null,
|
|
@@ -56,7 +54,7 @@ export const handler = Effect.fn(function* ({ displayName }: { displayName: stri
|
|
|
56
54
|
),
|
|
57
55
|
);
|
|
58
56
|
} else {
|
|
59
|
-
yield* Console.log(print(printIdentity(updatedIdentity)));
|
|
57
|
+
yield* Console.log(print(printIdentity({ identityDid: updatedIdentity.did, profile: updatedIdentity.profile })));
|
|
60
58
|
}
|
|
61
59
|
});
|
|
62
60
|
|
|
@@ -7,12 +7,9 @@ import { FormBuilder } from '@dxos/cli-util';
|
|
|
7
7
|
/**
|
|
8
8
|
* Pretty prints an identity with ANSI colors.
|
|
9
9
|
*/
|
|
10
|
-
export const printIdentity = (identity: {
|
|
11
|
-
identityKey: { toHex(): string; truncate(): string };
|
|
12
|
-
profile?: { displayName?: string };
|
|
13
|
-
}) =>
|
|
10
|
+
export const printIdentity = (identity: { identityDid: string; profile?: { displayName?: string } }) =>
|
|
14
11
|
FormBuilder.make({ title: 'Identity' }).pipe(
|
|
15
|
-
FormBuilder.set('
|
|
12
|
+
FormBuilder.set('identityDid', identity.identityDid),
|
|
16
13
|
FormBuilder.set('displayName', identity.profile?.displayName ?? '<none>'),
|
|
17
14
|
FormBuilder.build,
|
|
18
15
|
);
|
|
@@ -7,7 +7,6 @@ import * as FileSystem from '@effect/platform/FileSystem';
|
|
|
7
7
|
import * as Path from '@effect/platform/Path';
|
|
8
8
|
import * as Console from 'effect/Console';
|
|
9
9
|
import * as Effect from 'effect/Effect';
|
|
10
|
-
import * as Option from 'effect/Option';
|
|
11
10
|
import * as Yaml from 'yaml';
|
|
12
11
|
|
|
13
12
|
import { CommandConfig, printList } from '@dxos/cli-util';
|
package/src/constants.ts
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
// Copyright 2025 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { DXN } from '@dxos/keys';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export const
|
|
7
|
+
import { meta } from '#meta';
|
|
8
|
+
|
|
9
|
+
export const JOIN_DIALOG = DXN.make(`${meta.id}.joinDialog`);
|
|
10
|
+
export const RECOVERY_CODE_DIALOG = DXN.make(`${meta.id}.recoveryCodeDialog`);
|
|
11
|
+
export const RESET_DIALOG = DXN.make(`${meta.id}.resetDialog`);
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2026 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import { useAtom, useAtomSet } from '@effect-atom/atom-react';
|
|
6
|
+
import React, { type FormEvent, useCallback, useState } from 'react';
|
|
7
|
+
|
|
8
|
+
import { useCapability, useOperationInvoker } from '@dxos/app-framework/ui';
|
|
9
|
+
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
10
|
+
import { Context } from '@dxos/context';
|
|
11
|
+
import { createDidFromIdentityKey } from '@dxos/credentials';
|
|
12
|
+
import { useIdentity } from '@dxos/react-client/halo';
|
|
13
|
+
import { Button, Icon, IconButton, Input, Message, useAsyncEffect, useTranslation } from '@dxos/react-ui';
|
|
14
|
+
import { Settings } from '@dxos/react-ui-form';
|
|
15
|
+
|
|
16
|
+
import { meta } from '#meta';
|
|
17
|
+
import { ClientCapabilities } from '#types';
|
|
18
|
+
|
|
19
|
+
import { RESET_DIALOG } from '../../constants';
|
|
20
|
+
import { useHubHttpClient } from '../../state/use-hub-http';
|
|
21
|
+
|
|
22
|
+
type AccountState = 'loading' | 'present' | 'missing' | 'error';
|
|
23
|
+
|
|
24
|
+
export const AccountContainer = () => {
|
|
25
|
+
const { t } = useTranslation(meta.id);
|
|
26
|
+
const identity = useIdentity();
|
|
27
|
+
const { invokePromise } = useOperationInvoker();
|
|
28
|
+
const accountCacheAtom = useCapability(ClientCapabilities.AccountCache);
|
|
29
|
+
const [cache] = useAtom(accountCacheAtom);
|
|
30
|
+
const setCache = useAtomSet(accountCacheAtom);
|
|
31
|
+
const [resendStatus, setResendStatus] = useState<string | null>(null);
|
|
32
|
+
const [accountState, setAccountState] = useState<AccountState>(cache.account ? 'present' : 'loading');
|
|
33
|
+
const [requestEmail, setRequestEmail] = useState('');
|
|
34
|
+
const [requestSubmitted, setRequestSubmitted] = useState(false);
|
|
35
|
+
|
|
36
|
+
// Single shared instance keeps the VP-auth handshake (request → 401 → signed
|
|
37
|
+
// retry) at one round-trip per session instead of one per panel.
|
|
38
|
+
const hubHttp = useHubHttpClient();
|
|
39
|
+
|
|
40
|
+
useAsyncEffect(async () => {
|
|
41
|
+
if (!hubHttp) {
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
try {
|
|
45
|
+
const account = await hubHttp.getAccount(new Context());
|
|
46
|
+
setCache((prev) => ({ ...prev, account, fetchedAt: Date.now() }));
|
|
47
|
+
setAccountState('present');
|
|
48
|
+
} catch (err: any) {
|
|
49
|
+
if (err?.data?.type === 'no_account') {
|
|
50
|
+
setCache((prev) => ({ ...prev, account: undefined, fetchedAt: Date.now() }));
|
|
51
|
+
setAccountState('missing');
|
|
52
|
+
} else {
|
|
53
|
+
setAccountState((prev) => (prev === 'present' ? 'present' : 'error'));
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}, [hubHttp, setCache]);
|
|
57
|
+
|
|
58
|
+
const handleResend = useCallback(async () => {
|
|
59
|
+
if (!hubHttp) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
try {
|
|
63
|
+
const result = await hubHttp.resendVerificationEmail(new Context());
|
|
64
|
+
if (result.sent) {
|
|
65
|
+
setResendStatus(t('verification-sent.message'));
|
|
66
|
+
} else if (result.cooldownSecondsRemaining) {
|
|
67
|
+
setResendStatus(t('verification-cooldown.message', { seconds: result.cooldownSecondsRemaining }));
|
|
68
|
+
} else {
|
|
69
|
+
setResendStatus(t('verification-failed.message'));
|
|
70
|
+
}
|
|
71
|
+
} catch {
|
|
72
|
+
setResendStatus(t('verification-failed.message'));
|
|
73
|
+
}
|
|
74
|
+
}, [hubHttp, t]);
|
|
75
|
+
|
|
76
|
+
const handleRequestAccess = useCallback(
|
|
77
|
+
async (event: FormEvent<HTMLFormElement>) => {
|
|
78
|
+
event.preventDefault();
|
|
79
|
+
const email = requestEmail.trim();
|
|
80
|
+
if (!email || !hubHttp) {
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
try {
|
|
84
|
+
const identityDid = identity ? await createDidFromIdentityKey(identity.identityKey) : undefined;
|
|
85
|
+
await hubHttp.requestAccess(new Context(), { email, identityDid });
|
|
86
|
+
} catch {
|
|
87
|
+
// Surface a generic confirmation; failure details would leak signal.
|
|
88
|
+
}
|
|
89
|
+
setRequestSubmitted(true);
|
|
90
|
+
},
|
|
91
|
+
[hubHttp, identity, requestEmail],
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
// Opens the standard reset confirmation dialog. The `onBeforeReset` hook
|
|
95
|
+
// deletes the hub account first; if that fails the reset is aborted so the
|
|
96
|
+
// local identity is not wiped while the server record remains.
|
|
97
|
+
const handleDeleteAccount = useCallback(() => {
|
|
98
|
+
if (!hubHttp) {
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
void invokePromise(LayoutOperation.UpdateDialog, {
|
|
102
|
+
subject: RESET_DIALOG,
|
|
103
|
+
blockAlign: 'start',
|
|
104
|
+
props: {
|
|
105
|
+
mode: 'reset-storage',
|
|
106
|
+
onBeforeReset: async () => {
|
|
107
|
+
await hubHttp.deleteAccount(new Context());
|
|
108
|
+
setCache(() => ({}));
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
});
|
|
112
|
+
}, [hubHttp, invokePromise, setCache]);
|
|
113
|
+
|
|
114
|
+
const account = cache.account;
|
|
115
|
+
|
|
116
|
+
return (
|
|
117
|
+
<Settings.Viewport>
|
|
118
|
+
<Settings.Section title={t('account-section.title')} description={t('account-section.description')}>
|
|
119
|
+
{accountState === 'loading' ? null : accountState === 'missing' ? (
|
|
120
|
+
<>
|
|
121
|
+
<Message.Root valence='warning'>
|
|
122
|
+
<Message.Title icon='ph--warning--duotone'>{t('no-edge-access.title')}</Message.Title>
|
|
123
|
+
<Message.Content>{t('no-edge-access.description')}</Message.Content>
|
|
124
|
+
</Message.Root>
|
|
125
|
+
<Settings.Item title={t('request-access.label')} description={t('request-access.description')}>
|
|
126
|
+
{requestSubmitted ? (
|
|
127
|
+
<span className='text-sm text-description'>{t('access-request-submitted.message')}</span>
|
|
128
|
+
) : (
|
|
129
|
+
<form onSubmit={handleRequestAccess} className='flex gap-2 items-center justify-end'>
|
|
130
|
+
<Input.Root>
|
|
131
|
+
<Input.TextInput
|
|
132
|
+
type='email'
|
|
133
|
+
required
|
|
134
|
+
placeholder={t('access-request-email.placeholder')}
|
|
135
|
+
value={requestEmail}
|
|
136
|
+
onChange={(event) => setRequestEmail(event.target.value)}
|
|
137
|
+
classNames='min-w-64'
|
|
138
|
+
/>
|
|
139
|
+
</Input.Root>
|
|
140
|
+
<Button type='submit' density='sm'>
|
|
141
|
+
{t('request-access.label')}
|
|
142
|
+
</Button>
|
|
143
|
+
</form>
|
|
144
|
+
)}
|
|
145
|
+
</Settings.Item>
|
|
146
|
+
</>
|
|
147
|
+
) : accountState === 'error' && !account ? (
|
|
148
|
+
<Message.Root valence='error'>
|
|
149
|
+
<Message.Title icon='ph--cloud-x--duotone'>{t('account-offline.title')}</Message.Title>
|
|
150
|
+
<Message.Content>{t('account-offline.description')}</Message.Content>
|
|
151
|
+
</Message.Root>
|
|
152
|
+
) : account ? (
|
|
153
|
+
<>
|
|
154
|
+
<Settings.Item title={t('email.label')} description={account.email}>
|
|
155
|
+
{account.emailVerified ? (
|
|
156
|
+
<Icon icon='ph--check-circle--duotone' size={5} classNames='text-success-text justify-self-end' />
|
|
157
|
+
) : (
|
|
158
|
+
<div className='flex flex-col gap-1 items-end'>
|
|
159
|
+
<IconButton
|
|
160
|
+
icon='ph--paper-plane-tilt--regular'
|
|
161
|
+
label={t('resend-verification.label')}
|
|
162
|
+
onClick={handleResend}
|
|
163
|
+
density='sm'
|
|
164
|
+
/>
|
|
165
|
+
{resendStatus ? <span className='text-xs text-description'>{resendStatus}</span> : null}
|
|
166
|
+
</div>
|
|
167
|
+
)}
|
|
168
|
+
</Settings.Item>
|
|
169
|
+
<Settings.Item title={t('delete-account.label')} description={t('delete-account.description')}>
|
|
170
|
+
<Button variant='destructive' density='sm' onClick={handleDeleteAccount}>
|
|
171
|
+
{t('delete-account.label')}
|
|
172
|
+
</Button>
|
|
173
|
+
</Settings.Item>
|
|
174
|
+
</>
|
|
175
|
+
) : null}
|
|
176
|
+
</Settings.Section>
|
|
177
|
+
</Settings.Viewport>
|
|
178
|
+
);
|
|
179
|
+
};
|
|
@@ -5,14 +5,15 @@
|
|
|
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 { ProcessManagerPlugin } from '@dxos/app-framework';
|
|
9
9
|
import { withPluginManager } from '@dxos/app-framework/testing';
|
|
10
10
|
import { withLayout, withTheme } from '@dxos/react-ui/testing';
|
|
11
11
|
import { translations as shellTranslations } from '@dxos/shell/react';
|
|
12
12
|
|
|
13
|
-
import {
|
|
14
|
-
import { translations } from '
|
|
13
|
+
import { initializeIdentity } from '#testing';
|
|
14
|
+
import { translations } from '#translations';
|
|
15
15
|
|
|
16
|
+
import { ClientPlugin } from '../../ClientPlugin';
|
|
16
17
|
import { DevicesContainer } from './DevicesContainer';
|
|
17
18
|
|
|
18
19
|
const meta = {
|
|
@@ -26,11 +27,10 @@ const meta = {
|
|
|
26
27
|
ClientPlugin({
|
|
27
28
|
onClientInitialized: ({ client }) =>
|
|
28
29
|
Effect.gen(function* () {
|
|
29
|
-
yield*
|
|
30
|
+
yield* initializeIdentity(client);
|
|
30
31
|
}),
|
|
31
32
|
}),
|
|
32
|
-
|
|
33
|
-
RuntimePlugin(),
|
|
33
|
+
ProcessManagerPlugin(),
|
|
34
34
|
],
|
|
35
35
|
}),
|
|
36
36
|
],
|
|
@@ -13,19 +13,19 @@ import { type CancellableInvitationObservable, Invitation, InvitationEncoder } f
|
|
|
13
13
|
import { useNetworkStatus } from '@dxos/react-client/mesh';
|
|
14
14
|
import { Button, Clipboard, Icon, IconButton, List, useId, useTranslation } from '@dxos/react-ui';
|
|
15
15
|
import { Settings } from '@dxos/react-ui-form';
|
|
16
|
-
import { AuthCode, Centered, DeviceListItem, Emoji, Viewport
|
|
16
|
+
import { AuthCode, Centered, DeviceListItem, Emoji, Viewport } from '@dxos/shell/react';
|
|
17
17
|
import { osTranslations } from '@dxos/ui-theme';
|
|
18
18
|
import { hexToEmoji } from '@dxos/util';
|
|
19
19
|
|
|
20
|
-
import { meta } from '
|
|
21
|
-
import { ClientOperation } from '
|
|
20
|
+
import { meta } from '#meta';
|
|
21
|
+
import { ClientOperation } from '#operations';
|
|
22
22
|
|
|
23
23
|
export type DevicesContainerProps = {
|
|
24
24
|
createInvitationUrl?: (invitationCode: string) => string;
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export const DevicesContainer = ({ createInvitationUrl }: DevicesContainerProps) => {
|
|
28
|
-
const { t } = useTranslation(
|
|
28
|
+
const { t } = useTranslation(meta.id);
|
|
29
29
|
const { invokePromise } = useOperationInvoker();
|
|
30
30
|
const devices = useDevices();
|
|
31
31
|
const { swarm: connectionState } = useNetworkStatus();
|
|
@@ -38,61 +38,61 @@ export const DevicesContainer = ({ createInvitationUrl }: DevicesContainerProps)
|
|
|
38
38
|
);
|
|
39
39
|
|
|
40
40
|
const handleJoinNewIdentity = useCallback(
|
|
41
|
-
() => invokePromise(ClientOperation.ResetStorage, { mode: 'join
|
|
41
|
+
() => invokePromise(ClientOperation.ResetStorage, { mode: 'join-new-identity' }),
|
|
42
42
|
[invokePromise],
|
|
43
43
|
);
|
|
44
44
|
|
|
45
45
|
return (
|
|
46
46
|
<Clipboard.Provider>
|
|
47
|
-
<Settings.
|
|
47
|
+
<Settings.Viewport>
|
|
48
48
|
<Settings.Section
|
|
49
|
-
title={t('devices
|
|
50
|
-
description={t('devices
|
|
49
|
+
title={t('devices-verbose.label', { ns: meta.id })}
|
|
50
|
+
description={t('devices.description', { ns: meta.id })}
|
|
51
51
|
>
|
|
52
|
-
<Settings.
|
|
53
|
-
<
|
|
52
|
+
<Settings.Panel>
|
|
53
|
+
<div role='group' className='min-w-0'>
|
|
54
|
+
<h3 className='text-lg mb-2'>{t('devices.label', { ns: meta.id })}</h3>
|
|
54
55
|
<List>
|
|
55
56
|
{devices.map((device: Device) => (
|
|
56
57
|
<DeviceListItem key={device.deviceKey.toHex()} device={device} connectionState={connectionState} />
|
|
57
58
|
))}
|
|
58
59
|
</List>
|
|
59
|
-
</
|
|
60
|
+
</div>
|
|
60
61
|
{createInvitationUrl && (
|
|
61
|
-
<
|
|
62
|
+
<div role='group' className='min-w-0'>
|
|
63
|
+
<h3 className='text-lg mb-2'>{t('add-device.label')}</h3>
|
|
62
64
|
<DeviceInvitation createInvitationUrl={createInvitationUrl} />
|
|
63
|
-
</
|
|
65
|
+
</div>
|
|
64
66
|
)}
|
|
65
|
-
</Settings.
|
|
67
|
+
</Settings.Panel>
|
|
66
68
|
</Settings.Section>
|
|
67
69
|
<Settings.Section
|
|
68
|
-
title={t('danger
|
|
69
|
-
description={t('danger
|
|
70
|
+
title={t('danger-zone.title', { ns: meta.id })}
|
|
71
|
+
description={t('danger-zone.description', { ns: meta.id })}
|
|
70
72
|
>
|
|
71
|
-
<Settings.
|
|
72
|
-
<
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
>
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
</Settings.Item>
|
|
93
|
-
</Settings.Group>
|
|
73
|
+
<Settings.Item title={t('reset-device.label')} description={t('reset-device.description', { ns: meta.id })}>
|
|
74
|
+
<Button variant='destructive' onClick={handleResetStorage} data-testid='devicesContainer.reset'>
|
|
75
|
+
{t('reset-device.label')}
|
|
76
|
+
</Button>
|
|
77
|
+
</Settings.Item>
|
|
78
|
+
<Settings.Item
|
|
79
|
+
title={t('recover-identity.label')}
|
|
80
|
+
description={t('recover-identity.description', { ns: meta.id })}
|
|
81
|
+
>
|
|
82
|
+
<Button variant='destructive' onClick={handleRecover} data-testid='devicesContainer.recover'>
|
|
83
|
+
{t('recover-identity.label')}
|
|
84
|
+
</Button>
|
|
85
|
+
</Settings.Item>
|
|
86
|
+
<Settings.Item
|
|
87
|
+
title={t('join-new-identity.label')}
|
|
88
|
+
description={t('join-new-identity.description', { ns: meta.id })}
|
|
89
|
+
>
|
|
90
|
+
<Button variant='destructive' onClick={handleJoinNewIdentity} data-testid='devicesContainer.joinExisting'>
|
|
91
|
+
{t('join-new-identity.label')}
|
|
92
|
+
</Button>
|
|
93
|
+
</Settings.Item>
|
|
94
94
|
</Settings.Section>
|
|
95
|
-
</Settings.
|
|
95
|
+
</Settings.Viewport>
|
|
96
96
|
</Clipboard.Provider>
|
|
97
97
|
);
|
|
98
98
|
};
|
|
@@ -176,12 +176,13 @@ const InvitationSection = ({
|
|
|
176
176
|
: state >= Invitation.State.READY_FOR_AUTHENTICATION && authCode
|
|
177
177
|
? 'auth-code'
|
|
178
178
|
: 'qr-code';
|
|
179
|
+
|
|
179
180
|
return activeView === 'init' ? (
|
|
180
181
|
<>
|
|
181
|
-
<p className='text-description mb-2'>{t('add
|
|
182
|
+
<p className='text-description mb-2'>{t('add-device.description')}</p>
|
|
182
183
|
<IconButton
|
|
183
184
|
icon='ph--plus--regular'
|
|
184
|
-
label={t('create
|
|
185
|
+
label={t('create-device-invitation.label')}
|
|
185
186
|
disabled={state >= 0}
|
|
186
187
|
classNames='w-full'
|
|
187
188
|
data-testid='devicesContainer.createInvitation'
|
|
@@ -214,10 +215,10 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
|
|
|
214
215
|
const emoji = hexToEmoji(id);
|
|
215
216
|
return (
|
|
216
217
|
<>
|
|
217
|
-
<p className='text-description'>{t('qr
|
|
218
|
+
<p className='text-description'>{t('qr-code.description', { ns: meta.id })}</p>
|
|
218
219
|
<div role='group' className='grid grid-cols-[1fr_min-content]'>
|
|
219
220
|
<div className='flex justify-center py-4'>
|
|
220
|
-
<div
|
|
221
|
+
<div className='w-full md:max-w-80 aspect-square relative text-description'>
|
|
221
222
|
<QR
|
|
222
223
|
rounding={100}
|
|
223
224
|
backgroundColor='transparent'
|
|
@@ -234,7 +235,7 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
|
|
|
234
235
|
</div>
|
|
235
236
|
</div>
|
|
236
237
|
<span id={qrLabel} className='sr-only'>
|
|
237
|
-
{t('qr
|
|
238
|
+
{t('qr.label')}
|
|
238
239
|
</span>
|
|
239
240
|
</div>
|
|
240
241
|
{/* TODO(burdon): Factor out button bar */}
|
|
@@ -242,7 +243,7 @@ const InvitationQR = ({ id, url, onCancel }: { id: string; url: string; onCancel
|
|
|
242
243
|
<div className='flex gap-2'>
|
|
243
244
|
<Clipboard.Button value={url ?? 'never'} />
|
|
244
245
|
<Button variant='ghost' onClick={onCancel}>
|
|
245
|
-
{t('cancel
|
|
246
|
+
{t('cancel.label')}
|
|
246
247
|
</Button>
|
|
247
248
|
</div>
|
|
248
249
|
</div>
|
|
@@ -256,12 +257,12 @@ const InvitationAuthCode = ({ id, code, onCancel }: { id: string; code: string;
|
|
|
256
257
|
|
|
257
258
|
return (
|
|
258
259
|
<>
|
|
259
|
-
<p className='text-description'>{t('auth
|
|
260
|
+
<p className='text-description'>{t('auth-other-device-emoji.message')}</p>
|
|
260
261
|
{emoji && <Emoji text={emoji} className='mx-auto my-2 text-center' />}
|
|
261
|
-
<p className='text-description'>{t('auth
|
|
262
|
+
<p className='text-description'>{t('auth-code.message')}</p>
|
|
262
263
|
<AuthCode code={code} large classNames='mx-auto my-2 text-center grow' />
|
|
263
264
|
<Button variant='ghost' onClick={onCancel}>
|
|
264
|
-
{t('cancel
|
|
265
|
+
{t('cancel.label')}
|
|
265
266
|
</Button>
|
|
266
267
|
</>
|
|
267
268
|
);
|