aprs.me/assets/js
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
..
features performance improvements 2025-07-08 10:03:52 -05:00
types dont pan map on popup 2025-06-28 11:12:48 -05:00
app.js fix page layout when navigating between pages 2025-07-08 15:30:04 -05:00
map.ts Fix spurious bounds_changed events and event loops 2025-07-09 09:30:05 -05:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00