@dxos/plugin-client 0.8.4-main.c85a9c8dae → 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} +141 -143
- 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-46MEG3F5.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-2RCYK4O5.mjs → neutral/JoinDialog-2NXAKPLP.mjs} +10 -16
- package/dist/lib/neutral/JoinDialog-2NXAKPLP.mjs.map +7 -0
- package/dist/lib/{browser/ProfileContainer-XYRCOQ5I.mjs → neutral/ProfileContainer-VPX3FPWG.mjs} +17 -20
- package/dist/lib/neutral/ProfileContainer-VPX3FPWG.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCodeDialog-EX2CLFND.mjs → neutral/RecoveryCodeDialog-GBRH6ZSA.mjs} +8 -9
- package/dist/lib/neutral/RecoveryCodeDialog-GBRH6ZSA.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCredentialsContainer-RWTEIHOB.mjs → neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs} +19 -25
- 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-6JD6BZAI.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/{browser/chunk-N2GMSVDQ.mjs → neutral/chunk-JOCCVODY.mjs} +11 -5
- 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-Z25GQ5YC.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-HLHRMOW6.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-E7TAJMDK.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-L5A2LBFE.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 +3 -2
- package/dist/types/src/commands/profile/create.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/delete.d.ts +1 -1
- 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 +166 -165
- 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 +40 -176
- 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/create.ts +9 -6
- package/src/{cli/commands → commands}/profile/delete.ts +5 -2
- package/src/{cli/commands → commands}/profile/list.ts +12 -11
- 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 +25 -27
- 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 +11 -4
- package/src/types/events.ts +6 -6
- package/src/types/schema.ts +17 -124
- package/dist/lib/browser/DevicesContainer-46MEG3F5.mjs.map +0 -7
- package/dist/lib/browser/JoinDialog-2RCYK4O5.mjs.map +0 -7
- package/dist/lib/browser/ProfileContainer-XYRCOQ5I.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCodeDialog-EX2CLFND.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCredentialsContainer-RWTEIHOB.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-QJWFLYZE.mjs +0 -121
- package/dist/lib/browser/app-graph-builder-QJWFLYZE.mjs.map +0 -7
- package/dist/lib/browser/chunk-4XYOOXAH.mjs +0 -18
- package/dist/lib/browser/chunk-4XYOOXAH.mjs.map +0 -7
- package/dist/lib/browser/chunk-DPAXDXMK.mjs +0 -283
- package/dist/lib/browser/chunk-DPAXDXMK.mjs.map +0 -7
- package/dist/lib/browser/chunk-N2GMSVDQ.mjs.map +0 -7
- package/dist/lib/browser/chunk-VYX3ROUX.mjs +0 -15
- package/dist/lib/browser/chunk-VYX3ROUX.mjs.map +0 -7
- package/dist/lib/browser/cli/index.mjs.map +0 -7
- package/dist/lib/browser/client-Z25GQ5YC.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-HLHRMOW6.mjs.map +0 -7
- package/dist/lib/browser/operation-resolver-6QW3BKA5.mjs +0 -299
- package/dist/lib/browser/operation-resolver-6QW3BKA5.mjs.map +0 -7
- package/dist/lib/browser/react-context-E7TAJMDK.mjs.map +0 -7
- package/dist/lib/browser/react-surface-L5A2LBFE.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-5WDZWVEI.mjs +0 -28
- package/dist/lib/browser/schema-defs-5WDZWVEI.mjs.map +0 -7
- package/dist/lib/node-esm/DevicesContainer-WQ3DQA45.mjs +0 -269
- package/dist/lib/node-esm/DevicesContainer-WQ3DQA45.mjs.map +0 -7
- package/dist/lib/node-esm/JoinDialog-KLTNJY5F.mjs +0 -60
- package/dist/lib/node-esm/JoinDialog-KLTNJY5F.mjs.map +0 -7
- package/dist/lib/node-esm/ProfileContainer-XI425QK5.mjs +0 -172
- package/dist/lib/node-esm/ProfileContainer-XI425QK5.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCodeDialog-AISRNJUM.mjs +0 -61
- package/dist/lib/node-esm/RecoveryCodeDialog-AISRNJUM.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCredentialsContainer-3TKQRPQK.mjs +0 -58
- package/dist/lib/node-esm/RecoveryCredentialsContainer-3TKQRPQK.mjs.map +0 -7
- package/dist/lib/node-esm/ResetDialog-GGBWSQZO.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-6JD6BZAI.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-H2CCMM4Z.mjs +0 -20
- package/dist/lib/node-esm/chunk-H2CCMM4Z.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-HKSNTZF5.mjs +0 -16
- package/dist/lib/node-esm/chunk-HKSNTZF5.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-RGULICLJ.mjs +0 -17
- package/dist/lib/node-esm/chunk-RGULICLJ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-VEUNEDN5.mjs +0 -284
- package/dist/lib/node-esm/chunk-VEUNEDN5.mjs.map +0 -7
- package/dist/lib/node-esm/cli/index.mjs +0 -1052
- package/dist/lib/node-esm/cli/index.mjs.map +0 -7
- package/dist/lib/node-esm/client-5AIPYSBT.mjs +0 -87
- package/dist/lib/node-esm/client-5AIPYSBT.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-O5KG2GGN.mjs +0 -26
- package/dist/lib/node-esm/migrations-O5KG2GGN.mjs.map +0 -7
- package/dist/lib/node-esm/operation-resolver-GSH7AOTZ.mjs +0 -300
- package/dist/lib/node-esm/operation-resolver-GSH7AOTZ.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-OMJSBS23.mjs +0 -27
- package/dist/lib/node-esm/react-context-OMJSBS23.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-N3BSPMMX.mjs +0 -78
- package/dist/lib/node-esm/react-surface-N3BSPMMX.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-ENOYSDP3.mjs +0 -29
- package/dist/lib/node-esm/schema-defs-ENOYSDP3.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 -247
- 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/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/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
|
);
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
import * as Command from '@effect/cli/Command';
|
|
6
6
|
import * as Options from '@effect/cli/Options';
|
|
7
7
|
import * as FileSystem from '@effect/platform/FileSystem';
|
|
8
|
+
import * as Path from '@effect/platform/Path';
|
|
8
9
|
import * as Console from 'effect/Console';
|
|
9
10
|
import * as Effect from 'effect/Effect';
|
|
10
11
|
import * as Option from 'effect/Option';
|
|
11
12
|
import * as Record from 'effect/Record';
|
|
12
13
|
|
|
13
14
|
import { CommandConfig, print } from '@dxos/cli-util';
|
|
14
|
-
import { DX_CONFIG,
|
|
15
|
+
import { DX_CONFIG, getProfileConfigPath } from '@dxos/client-protocol';
|
|
15
16
|
import { trim } from '@dxos/util';
|
|
16
17
|
|
|
17
18
|
import { printProfileCreated } from './util';
|
|
@@ -71,17 +72,19 @@ export const create = Command.make(
|
|
|
71
72
|
Effect.fnUntraced(function* ({ template, name }) {
|
|
72
73
|
const { json } = yield* CommandConfig;
|
|
73
74
|
const fs = yield* FileSystem.FileSystem;
|
|
75
|
+
const path = yield* Path.Path;
|
|
74
76
|
const profileName = name.pipe(Option.getOrElse(() => template));
|
|
75
|
-
const
|
|
76
|
-
if (yield* fs.exists(
|
|
77
|
+
const configPath = getProfileConfigPath(DX_CONFIG, profileName);
|
|
78
|
+
if (yield* fs.exists(configPath)) {
|
|
77
79
|
throw new Error(`Profile ${profileName} already exists`);
|
|
78
80
|
}
|
|
79
81
|
|
|
80
|
-
yield* fs.
|
|
82
|
+
yield* fs.makeDirectory(path.dirname(configPath), { recursive: true });
|
|
83
|
+
yield* fs.writeFileString(configPath, TEMPLATES[template]);
|
|
81
84
|
if (json) {
|
|
82
|
-
yield* Console.log(JSON.stringify({ name: profileName, path:
|
|
85
|
+
yield* Console.log(JSON.stringify({ name: profileName, path: configPath }, null, 2));
|
|
83
86
|
} else {
|
|
84
|
-
yield* Console.log(print(printProfileCreated(profileName,
|
|
87
|
+
yield* Console.log(print(printProfileCreated(profileName, configPath)));
|
|
85
88
|
}
|
|
86
89
|
}),
|
|
87
90
|
);
|
|
@@ -10,7 +10,7 @@ import * as Effect from 'effect/Effect';
|
|
|
10
10
|
import * as Option from 'effect/Option';
|
|
11
11
|
|
|
12
12
|
import { CommandConfig, print } from '@dxos/cli-util';
|
|
13
|
-
import { DX_CONFIG,
|
|
13
|
+
import { DX_CONFIG, getProfileConfigPath } from '@dxos/client-protocol';
|
|
14
14
|
|
|
15
15
|
import { printProfileDeleted } from './util';
|
|
16
16
|
|
|
@@ -23,7 +23,10 @@ export const del = Command.make(
|
|
|
23
23
|
const { json } = yield* CommandConfig;
|
|
24
24
|
const fs = yield* FileSystem.FileSystem;
|
|
25
25
|
const profileName = name.pipe(Option.getOrElse(() => 'default'));
|
|
26
|
-
|
|
26
|
+
const configPath = getProfileConfigPath(DX_CONFIG, profileName);
|
|
27
|
+
const pluginsPath = `${DX_CONFIG}/plugins/${profileName}.yml`;
|
|
28
|
+
yield* fs.remove(configPath).pipe(Effect.ignore);
|
|
29
|
+
yield* fs.remove(pluginsPath).pipe(Effect.ignore);
|
|
27
30
|
if (json) {
|
|
28
31
|
yield* Console.log(JSON.stringify({ name: profileName, deleted: true }, null, 2));
|
|
29
32
|
} else {
|
|
@@ -23,21 +23,22 @@ export const list = Command.make(
|
|
|
23
23
|
const fs = yield* FileSystem.FileSystem;
|
|
24
24
|
const path = yield* Path.Path;
|
|
25
25
|
const profileDir = path.join(DX_CONFIG, 'profile');
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
Effect.
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
|
|
34
|
-
|
|
26
|
+
const entries = yield* fs.readDirectory(profileDir);
|
|
27
|
+
const profileFiles = entries.filter((entry) => entry.endsWith('.yml'));
|
|
28
|
+
const profiles = yield* Effect.forEach(profileFiles, (filename) =>
|
|
29
|
+
Effect.gen(function* () {
|
|
30
|
+
const name = filename.slice(0, -4);
|
|
31
|
+
const configPath = path.join(profileDir, filename);
|
|
32
|
+
const configContent = yield* fs
|
|
33
|
+
.readFileString(configPath)
|
|
34
|
+
.pipe(Effect.catchTag('SystemError', () => Effect.succeed('{}')));
|
|
35
|
+
const configValues = Yaml.parse(configContent) ?? {};
|
|
35
36
|
const config = new Config(configValues);
|
|
36
37
|
return {
|
|
37
38
|
name,
|
|
38
39
|
isCurrent: name === currentProfile,
|
|
39
|
-
fullPath,
|
|
40
|
-
storagePath: getProfilePath(configValues?.runtime?.client?.storage
|
|
40
|
+
fullPath: configPath,
|
|
41
|
+
storagePath: getProfilePath(configValues?.runtime?.client?.storage?.dataRoot ?? DX_DATA, name),
|
|
41
42
|
edge: config.values.runtime?.services?.edge?.url,
|
|
42
43
|
};
|
|
43
44
|
}),
|
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
|
],
|