prop/assets
Graham McIntire 6972feb2c2
perf(contact-map): client-side band filtering via per-band layer groups
Band toggles previously roundtripped through LiveView and rebuilt every
polyline + popup + hover handler on each click. Now the hook builds one
L.LayerGroup per band once after the initial fetch; toggling is just
addLayer/removeLayer on the map (O(bands), not O(contacts)). Checkbox
and All/None events are handled directly in the hook via delegated
document listeners — no LV roundtrip. Callsign filter still roundtrips
(debounced) since it's cross-cutting, and now iterates pre-built
polylines without recreating them.
2026-04-17 12:08:46 -05:00
..
css Reset daisyUI .select styling on sutra_ui wrapper divs 2026-04-13 08:47:26 -05:00
js perf(contact-map): client-side band filtering via per-band layer groups 2026-04-17 12:08:46 -05:00
vendor feat(import): fire confetti when the complete banner appears 2026-04-17 10:01:18 -05:00
tsconfig.json Convert all JavaScript to TypeScript with type annotations 2026-04-11 16:59:28 -05:00