aex/src
yaroslav k b9a399be64 header: Save/Load/Clear buttons wired to persistence
Save downloads dashboard.json, Load opens a file picker and imports
through apply_import with errors reported in the modal, Clear asks for
confirmation then wipes to Dashboard::blank(). App provides the store
and ModalState and mounts the modal; init_hydrated starts autosave.
2026-08-16 11:28:19 +03:00
..
components header: Save/Load/Clear buttons wired to persistence 2026-08-16 11:28:19 +03:00
entities derive serde on all persisted entities; add Settings.version and Dashboard::blank 2026-08-15 15:14:43 +03:00
state persist: localStorage autosave + JSON export/import engine 2026-08-16 11:28:19 +03:00
statics replace lazy_static with std::sync::LazyLock; commit Cargo.lock 2026-08-15 14:56:54 +03:00
utils document every function, trait and struct in src/ 2026-08-04 09:21:25 +03:00
app.rs header: Save/Load/Clear buttons wired to persistence 2026-08-16 11:28:19 +03:00
lib.rs clear all compiler warnings 2026-08-15 14:56:57 +03:00
main.rs document every function, trait and struct in src/ 2026-08-04 09:21:25 +03:00
prelude.rs document every function, trait and struct in src/ 2026-08-04 09:21:25 +03:00