aprs.me/lib/aprsme_web
Graham McIntire a9414823f1
Fix spurious bounds_changed events and event loops
Key fixes:
- Combine bounds_changed and update_map_state into single event
- Remove duplicate sendBoundsToServer() calls
- Add programmaticMove flag to prevent event loops
- Only process bounds updates when bounds actually change
- Debounce events with 300ms timeout

This eliminates:
- Duplicate server events for same user action
- Event loops when server updates URL
- Unnecessary bounds processing
- Excessive server load

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:30:05 -05:00
..
components add user auth 2025-07-09 08:53:50 -05:00
controllers performance improvements 2025-07-08 10:03:52 -05:00
live Fix spurious bounds_changed events and event loops 2025-07-09 09:30:05 -05:00
plugs performance improvements 2025-07-08 10:03:52 -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 add user auth 2025-07-09 08:53:50 -05:00
telemetry.ex add packet batcher 2025-06-24 15:06:09 -05:00
time_helpers.ex en español 2025-07-05 15:51:39 -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