Commit Graph

11 Commits

Author SHA1 Message Date
14aad071f4 minor fix 2023-07-26 11:30:05 +02:00
5c2f7afa5f abstracted subscribe to state in composite 2023-07-26 11:11:12 +02:00
0161f4ba4f breaking changes, major refactoring of Composite 2023-07-26 09:23:15 +02:00
858d21e7db feat(wallet.svelte): integrate pkpWallet into state store
- Initialize pkpWallet with null value inside the component store.
- Update store's pkpWallet upon successful wallet connection.
- Reflect pkpWallet value reactively in the UI.

BREAKING CHANGE: The pkpWallet now resides in the component's store and should be accessed as $store.pkpWallet.
2023-07-26 06:14:33 +02:00
b560897e17 minors 2023-07-25 15:54:36 +02:00
38ec75d19b feat(composite): enhance service loading for multiple exports 2023-07-25 15:31:35 +02:00
c47cf1e338 tiding up GoogleAuth 2023-07-25 12:16:44 +02:00
f2e9100766 refactoed mint and create session 2023-07-25 11:49:17 +02:00
ab92110970 Added auto import of services to the composite 2023-07-25 11:20:51 +02:00
e12f6bcf05 feat(components): Initialize component state and enable property mapping
- Ensure every component has an initialized state, defaulting to empty.
- Implement property mapping to synchronize states between parent and child components.
2023-07-24 15:00:05 +02:00
a572099312 Updated componentLoader and vite to load any folder depth 2023-07-24 09:39:33 +02:00