feat: Add location settings for ISS pass predictions

- Add Location tab to settings modal with lat/lon inputs
- Add GPS detection button for auto-location
- Update SSTV to use saved location for ISS pass predictions
- Fix SSTV panels to use full screen width (remove max-width constraint)
- Improve ISS pass messages to guide users to location settings
- Add checked/last_check fields to update status response

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-29 15:36:37 +00:00
parent 8e204725b2
commit 0c7ac816e9
5 changed files with 226 additions and 14 deletions

View File

@@ -164,8 +164,7 @@
display: flex;
flex-direction: column;
flex: 1;
min-width: 340px;
max-width: 400px;
min-width: 300px;
}
.sstv-live-header {
@@ -290,8 +289,8 @@
overflow: hidden;
display: flex;
flex-direction: column;
flex: 2;
min-width: 0;
flex: 1.5;
min-width: 300px;
}
.sstv-gallery-header {