aprs.me/lib/aprsme_web
Graham McIntire 92585ae34f
Fix race condition when zooming map quickly
- Increase debounce time from 300ms to 400ms for bounds updates
- Cancel in-progress historical loading when new bounds are scheduled
- Add stale update detection to skip outdated bounds updates
- Clear timer reference and pending bounds when processing updates
- Add debug logging for cancelled loads and stale updates

This prevents overlapping historical data loads during rapid zoom
changes, eliminating duplicate packets and improving performance.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 12:27:46 -05:00
..
components add more translations 2025-07-18 11:18:04 -05:00
controllers integrate /:call to main page 2025-07-13 10:36:58 -05:00
live Fix race condition when zooming map quickly 2025-07-18 12:27:46 -05:00
plugs update deps 2025-07-16 08:20:20 -05:00
aprs_symbol.ex refactor 2025-07-13 16:49:20 -05:00
endpoint.ex built in error tracking 2025-07-07 11:06:22 -05:00
gettext.ex more languages 2025-07-06 10:08:58 -05:00
router.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
telemetry.ex clean up warnings 2025-07-16 08:55:46 -05:00
time_helpers.ex clean up warnings 2025-07-16 08:55:46 -05:00
time_utils.ex refactor and performance improvements 2025-07-10 10:53:34 -05:00
user_auth.ex refactor to use external parser 2025-06-24 14:22:09 -05:00
weather_units.ex fix nil weather units 2025-07-08 12:45:50 -05:00