Commit Graph

17 Commits

Author SHA1 Message Date
4a01649087 Refactoring next part 2023-08-04 11:12:24 +02:00
460deb3be1 major ui overhaul adding skeletonlabs design system 2023-07-27 09:30:30 +02:00
979251bd6b Updated the Messages to the new abstracted composite syntax. 2023-07-26 16:25:59 +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
3f024283ef feat(provider): Enhance provider setup with meaningful logging
- Introduced detailed system-level logging for provider initialization and configuration stages.
- Adjusted path references for accurate message sourcing.
- Abstracted walletConnectId for improved modularity.
2023-07-24 10:36:55 +02:00
5b7f46a414 some basic cleanup 2023-07-22 16:34:57 +02:00
5ddfc36acb minor fixes 2023-07-22 16:22:46 +02:00
0053515286 Added dynamic component rendering attached to message with the
@app: command
2023-07-22 16:08:00 +02:00
77a183a7c2 fixed messages to auto scroll to bottom 2023-07-22 11:15:26 +02:00
97fb57c659 fixed overflow and hidden bugs 2023-07-22 10:28:04 +02:00
081d052443 added Basic Status Messages to GoogleAuth 2023-07-21 15:16:07 +02:00
207b154035 some ui updates 2023-07-21 14:48:44 +02:00
5be272d1f2 more wiring up of messages 2023-07-21 14:16:42 +02:00
6c691c7be3 pulling out the basic messaging service. 2023-07-21 13:47:09 +02:00
5e827cd939 wired dummy messaging to use svelte stores. 2023-07-21 13:13:45 +02:00
4056f3ef8d added basic messaging mockup 2023-07-21 12:24:08 +02:00