aprs.me/lib/aprsme_web/live/map_live
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
..
callsign_view.ex fix weather page 2025-07-08 13:21:02 -05:00
index.ex Fix spurious bounds_changed events and event loops 2025-07-09 09:30:05 -05:00
map_helpers.ex refactor 2025-07-03 10:48:44 -05:00
packet_utils.ex performance improvements 2025-07-08 10:03:52 -05:00
popup_component.ex deploy fix 2025-07-07 09:55:56 -05:00