Add satellite orbit tracking, UI improvements, and startup dependency check

- Fix ground track to show full orbit (±45 min) with past/future segments
- Redesign satellite section as 2x2 grid layout for better visibility
- Add startup dependency notification in top-left corner
- Make tool status mode-specific (pager/433MHz/aircraft show relevant tools)
- Add skyfield library for accurate orbital calculations
This commit is contained in:
James Smith
2025-12-22 10:01:55 +00:00
parent bf142b7e93
commit 6f3243ada2
2 changed files with 1880 additions and 63 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1,2 @@
flask>=2.0.0
skyfield>=1.45