Commit Graph

7 Commits

Author SHA1 Message Date
a3761140bd feat(core): introduce reactive services loading mechanism 2023-07-26 16:36:08 +02:00
979251bd6b Updated the Messages to the new abstracted composite syntax. 2023-07-26 16:25:59 +02:00
920e7b7ca1 added dynamic data loading and mapping towards components. 2023-07-26 15:16:41 +02:00
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
e3f2dbacc8 feat(Composite): Enhance root and child rendering with error differentiation
- Adjusted Composite to conditionally check for both direct root and child rendering.
- Differentiated error states: omitting an error when `component` prop is absent but showing an error when it's undefined.
- Fixed rendering of @app in the messages stream.
2023-07-26 09:40:28 +02:00
0161f4ba4f breaking changes, major refactoring of Composite 2023-07-26 09:23:15 +02:00