From a0c92df86f5654420f39c29cdfda070c9be9f952 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Mar 2026 14:07:51 +0100 Subject: [PATCH] [feat](trx-rs): show all satellites in predictions with filter bar Iterate all TLE store entries (weather + amateur) for pass predictions instead of a hardcoded list. Add name/elevation filter bar to the predictions UI. Fix pre-existing missing fields in remote_client test. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- src/trx-client/src/remote_client.rs | 2 + .../trx-frontend-http/assets/web/index.html | 9 +++ .../assets/web/plugins/sat.js | 30 +++++++- src/trx-core/src/geo.rs | 75 +++++++++++++------ 4 files changed, 93 insertions(+), 23 deletions(-) diff --git a/src/trx-client/src/remote_client.rs b/src/trx-client/src/remote_client.rs index a93b981..c1a0f0a 100644 --- a/src/trx-client/src/remote_client.rs +++ b/src/trx-client/src/remote_client.rs @@ -1111,6 +1111,8 @@ mod tests { cw_auto: true, cw_wpm: 15, cw_tone_hz: 700, + wxsat_decode_enabled: false, + lrpt_decode_enabled: false, filter: None, spectrum: None, vchan_rds: None, diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 162c981..10b5dbe 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -864,6 +864,15 @@