aprs.me/assets/js
Graham McIntire b4bbfda620
Move client-side logic to server-side LiveView
- Server tracks callsign replacements in prepare_packet_state, sends
  convert_to_historical list so JS skips full markerStates scan
- Historical packets get red dot HTML server-side in build_minimal_packet_data
  instead of JS createMarkerIcon generating it
- Add callsign_group field to all packet data output; server pre-sorts
  by group with chronological order so JS iterates directly
- Normalize heat map intensity in Clustering.cluster_packets (min/50, cap 1.0)
  instead of JS doing it per-point
- Remove buildPopupContent JS fallback and unused escapeHtml import;
  server already provides popup in all data paths
2026-02-20 08:54:34 -06:00
..
features Fix trail hover showing wrong igate RF path 2026-02-19 18:20:49 -06:00
hooks Improve packet pipeline reliability, security, and cleanup efficiency 2026-02-19 14:11:48 -06:00
types refactor: improve code quality and fix potential issues 2025-10-12 14:02:27 -05:00
app.js Performance improvements, code cleanup, remove sobelow 2026-02-19 14:51:01 -06:00
chart-bundle-entry.js Implement advanced JavaScript optimization with conditional loading 2025-07-25 14:05:18 -05:00
map-bundle-entry.js Fix Leaflet library loading race condition and enable Redis-free development 2025-07-27 12:20:23 -05:00
map.ts Move client-side logic to server-side LiveView 2026-02-20 08:54:34 -06:00
map_fixes.ts Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
map_helpers.ts Improve packet pipeline reliability, security, and cleanup efficiency 2026-02-19 14:11:48 -06:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00
vendor.js try vector tiles 2025-07-24 10:54:31 -05:00