Commit Graph

5 Commits

Author SHA1 Message Date
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
a2fe8b136b refactor(Composite): add ICompositeLayout interface & enhance children area assignment 2023-07-25 20:33:57 +02:00
44d668d7af Refactoring Provider setup of Google Auth 2023-07-25 09:34:31 +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