From 8d8ee57cecbbc9494ec72a68b255acbeed722d4d Mon Sep 17 00:00:00 2001 From: James Smith Date: Wed, 18 Mar 2026 17:52:25 +0000 Subject: [PATCH] Add observation profile management UI to Ground Station panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - OBSERVATION PROFILES section with list of configured satellites - + ADD button opens inline form pre-filled from currently selected satellite and SatNOGS transmitter data (frequency, decoder type auto-detected) - EDIT / ✕ buttons per profile row - Form fields: frequency, decoder (FM/AFSK/GMSK/BPSK/IQ-only), min elevation, gain, record IQ checkbox - UPCOMING PASSES section below profiles with friendlier empty-state message - gsOnSatelliteChange hook updates form when satellite dropdown changes - CSS for .gs-form-row, .gs-profile-item, .gs-form-label Co-Authored-By: Claude Sonnet 4.6 --- templates/satellite_dashboard.html | 369 +++++++++++++++++++++++++---- 1 file changed, 321 insertions(+), 48 deletions(-) diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 3e1a77a..c5101f2 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -248,8 +248,69 @@ + + +
+
+ OBSERVATION PROFILES + +
+
+ + + +
+ -
+
+
UPCOMING PASSES
+
+
+