Sebastian Jeltsch
e804788e5c
Update JavaScript dependencies.
2025-12-18 12:13:02 +01:00
Sebastian Jeltsch
80f2f5e514
Update Rust and JavaScript dependencies.
2025-12-15 14:47:54 +01:00
Sebastian Jeltsch
df0f6894b6
Update Rust and JavaScript dependencies.
2025-12-03 20:55:02 +01:00
Sebastian Jeltsch
e90d78e23b
Update JavaScript dependencies.
2025-12-03 12:30:22 +01:00
Sebastian Jeltsch
ed53c3e0c6
Update Rust and JavaScript dependencies.
2025-11-17 12:49:26 +01:00
Sebastian Jeltsch
b30390cab1
Update Rust and JS dependencies.
2025-11-14 14:07:38 +01:00
Sebastian Jeltsch
3f690b85ec
Update Rust and JavaScript dependencies.
2025-11-13 13:12:58 +01:00
Sebastian Jeltsch
106437ea6d
Update JavaScript dependencies.
2025-11-09 07:57:15 +01:00
Sebastian Jeltsch
6aac5632be
Use solid-ui (shadcn) collapsible sidebar rather than our own to improve mobile experience.
...
This includes a bunch of opportunistic little tweaks to fit things better onto mobile.
2025-11-06 19:07:27 +01:00
Sebastian Jeltsch
2308c8d622
Update JS and Rust dependencies.
2025-11-05 17:11:47 +01:00
Sebastian Jeltsch
8566b9ba96
Update JavaScript dependencies.
2025-11-03 10:59:06 +01:00
Sebastian Jeltsch
9e46a099d0
Stop encoding SQL values as generic JSON values (outside the context of the record API), i.e. for admin APIs and between WASM host/guest.
...
This lets us simplify the parsing and add back a lot of type-safety (including int64). As a side-effect, we basically had to complete reqrite the record insert/update handling in the admin UI.
Note, however, that this is a breaking change, since it touches serialization between WASM guests and host. Guest will need to be built against an updated guest runtime.
2025-10-21 16:40:45 +02:00
Sebastian Jeltsch
940c329770
Update JavaScript dependencies.
2025-10-13 15:45:54 +02:00
Sebastian Jeltsch
db945733e9
Update Rust and JS dependencies.
2025-10-06 22:53:04 +02:00
Sebastian Jeltsch
362e284d03
Remove WIT thread-id method after changing the execution model.
2025-09-30 17:22:01 +02:00
Sebastian Jeltsch
353b913fe3
Update JavaScript dependencies. Fixes #157 .
2025-09-25 23:16:04 +02:00
Sebastian Jeltsch
5161295a38
Fix new user registeration.
2025-09-24 12:27:56 +02:00
Sebastian Jeltsch
06feb8d180
Remove built-in auth ui in favor of component. To install the comoponentized auth-ui run trail components add trailbase/auth_ui.
2025-09-23 22:24:47 +02:00
Sebastian Jeltsch
2922606d4b
Add a dedicated README.md to auth ui crate.
2025-09-19 20:25:42 +02:00
Sebastian Jeltsch
5c68f3519b
Fix merging of JSON schemas column constraints with nested types. #151
2025-09-18 12:49:08 +02:00
Sebastian Jeltsch
f3d74717b9
Add an experimental Auth UI WASM component.
...
At the moment this is more a PoC, however we might want to consider
replacing the built-in Auth UI with a WASM component. This would
allow for easy customization.
2025-09-17 16:53:59 +02:00