mirror of
https://github.com/smittix/intercept.git
synced 2026-04-28 00:30:00 -07:00
Bug: Both files were fetching orbit data for the dropdown-selected satellite instead of the satellite from the selected pass. Fixes: - satellite_dashboard.html: updateRealTimePositions() now uses passes[selectedPass].satellite instead of selectedSatellite - index.html: updateRealTimePosition() now ensures the selected pass's satellite is included in the position request, and added includeTrack: true to get orbit data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>