[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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user