Commit Graph

8 Commits

Author SHA1 Message Date
yaroslav k
0409d8edad add web-sys as a direct dependency
Needed for localStorage, FileReader and Blob download in the client.
The features were already enabled transitively by leptos-use; this
makes the dependency explicit.
2026-08-16 11:28:19 +03:00
yaroslav k
444f046990 replace lazy_static with std::sync::LazyLock; commit Cargo.lock
lazy_static removed from Cargo.toml (the only dependency removal for
now, per decision). ITEMS_REFS/ITEMS_NAMES are now LazyLock statics; the
duplicate foundry.json load is dropped and the no-op HashMap roundtrip
is gone. Cargo.lock is now tracked: the app is a binary and builds
should be reproducible.
2026-08-15 14:56:54 +03:00
yaroslav k
8eee42c6dd bump leptos to 0.8.20
- leptos 0.8.2 -> 0.8.20, meta/router/actix to latest 0.8.x
- reactive_stores 0.2.5 -> 0.4.3 (matches reactive_graph used by leptos 0.8.20)
- wasm-bindgen =0.2.101 -> =0.2.126, js-sys =0.3.78 -> =0.3.103

Fixes the build with the current nightly (tachys 0.2.18 no longer
needs the re-gated min_adt_const_params feature).
2026-08-04 06:40:38 +03:00
YK
6c7ba86018 item rendering, custom numput components 2025-09-23 15:44:06 +03:00
YK
8471deef8c deps 2025-09-20 10:59:05 +03:00
YK
964ce9aeab deps 2025-09-12 07:22:03 +03:00
YK
b09dcb5fc1 csr version imported 2025-09-11 10:27:57 +03:00
YK
2a1fb81567 initial commit: ssr 2025-09-11 08:43:59 +03:00