The slideover toggle button now uses a fixed light theme (white bg, dark arrow) so it's always visible on the map regardless of OS dark mode. Removed prefers-color-scheme overrides since the button overlays the always-light map tiles. Fixed map not resizing when closing the sidebar — the #aprs-map div has phx-update="ignore" so server-rendered classes never updated. Now uses LiveView JS commands (JS.toggle_class + JS.dispatch) to toggle classes client-side and trigger map.invalidateSize(), replacing the custom push_event/handleEvent JS handler. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||