- Replace 100+ lines of duplicated nav markup with partial include
- Add is_index_page variable to nav partial for conditional behavior
- Satellite/SSTV use switchMode on index, link to dashboard elsewhere
- Reduces code duplication, single source of truth for navigation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Changed Satellite from switchMode button to dashboard link
- Consistent behavior: all dashboard modes (ADSB, AIS, Satellite) now
link to their respective dashboards in the nav partial
- Only affects dashboard pages; index.html keeps its own navigation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>