Commit Graph

14 Commits

Author SHA1 Message Date
38ec75d19b feat(composite): enhance service loading for multiple exports 2023-07-25 15:31:35 +02:00
ab92110970 Added auto import of services to the composite 2023-07-25 11:20:51 +02:00
44d668d7af Refactoring Provider setup of Google Auth 2023-07-25 09:34:31 +02:00
0e6a956511 Optimize component state mapping and reduce unnecessary updates 2023-07-24 16:41:00 +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
613053c062 added WIP, recursive children in children render 2023-07-22 21:37:07 +02:00
68708b65d8 finished correct decoupling of action with svelte stores 2023-07-22 18:11:20 +02:00
dc3995e327 decoupled actions from the components loading dynamically 2023-07-22 17:35:14 +02:00
0053515286 Added dynamic component rendering attached to message with the
@app: command
2023-07-22 16:08:00 +02:00
97fb57c659 fixed overflow and hidden bugs 2023-07-22 10:28:04 +02:00
d021281df3 Added dynamic layouts to the composite loader 2023-07-22 09:58:26 +02:00
1ba7a9a28b added dynamical import of components via vite 2023-07-22 09:29:40 +02:00
01c742e6ce added basic composite pattern to load the ui dynamically via json 2023-07-22 09:12:03 +02:00