[feat](trx-frontend-http): add Live/History views to Weather Satellites panel

Replace flat image list with two switchable views:
- Live: decoder state cards (Idle/Listening), descriptions, latest image
- History: filterable table with columns for time, type, satellite,
  channels, lines, and download link. Supports text filter, type filter
  (All/APT/LRPT), and sort order (newest/oldest).

https://claude.ai/code/session_01JA13DHuzuHUL4nSBBRU83f
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-28 09:26:26 +00:00
committed by Stan Grams
parent 4d40c29e49
commit 6d0c01c6c4
4 changed files with 266 additions and 45 deletions
@@ -3247,6 +3247,7 @@ function render(update) {
lrptToggleBtn.style.borderColor = lrptOn ? "#00d17f" : "";
lrptToggleBtn.style.color = lrptOn ? "#00d17f" : "";
}
if (window.updateWxsatLiveState) window.updateWxsatLiveState(update);
const cwAutoEl = document.getElementById("cw-auto");
const cwWpmEl = document.getElementById("cw-wpm");
const cwToneEl = document.getElementById("cw-tone");