Two breaking API changes in 0.2: - `stash_assigns/2` is gone. Keys to persist are now declared on the `use LiveStash, stored_keys: [...]` macro and `stash/1` picks them up automatically. - The TTL unit switched to seconds — this codebase never called the TTL setter, so no config change is needed. Updated both callers (MapLive persists selected_band + selected_time; SubmitLive persists active_tab). `recover_state/1` signature is unchanged. Full LiveView suite passes (67 tests). |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| gettext.ex | ||
| live_table_footer.ex | ||
| live_table_resource.ex | ||
| metrics_plug.ex | ||
| router.ex | ||
| skew_t.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||