aprs.me/assets/js
Graham McIntire f005a1a119
fix: prevent incoming packets from closing user-opened map popup
Add a client-side userOpenedPopupMarkerId lock that's set instantly when
a user manually opens a popup (via click, OMS spiderfy click, or long-press)
and cleared when the popup closes. All programmatic openPopup paths
(highlight_packet, addMarker openPopup flag) now respect the lock.

Closes the network round-trip race where new packets arriving between
the user's click and the server's marker_clicked ack could steal the popup.
2026-04-27 09:46:45 -05:00
..
features refactor(map): share isValidCoordinate and unwrapLongitudes helpers 2026-04-21 09:17:52 -05:00
hooks refactor(map): share isValidCoordinate and unwrapLongitudes helpers 2026-04-21 09:17:52 -05:00
types fix: prevent incoming packets from closing user-opened map popup 2026-04-27 09:46:45 -05:00
app.ts fix: harden frontend reconnect callbacks 2026-03-23 14:31:08 -05: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 fix: prevent incoming packets from closing user-opened map popup 2026-04-27 09:46:45 -05:00
map_fixes.ts Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
map_helpers.ts refactor(map): share isValidCoordinate and unwrapLongitudes helpers 2026-04-21 09:17:52 -05: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