[fix](trx-frontend-http): map filter affects statistics, tooltips show receiver rig

Statistics panels (longest paths, strongest/weakest signals) now respect
all active map filters — source type, rig selector, band, search, and
history. Locator tooltips display which rig received each decoded frame.

https://claude.ai/code/session_01LT7zBnb2kQiYpeTuWNXHsT
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-27 20:58:40 +00:00
committed by Stan Grams
parent 12726f3d2c
commit cf79df110a
2 changed files with 26 additions and 1 deletions
@@ -2311,6 +2311,12 @@ body.map-fake-fullscreen-active {
font-size: 0.74rem;
color: var(--text-muted);
}
.decode-locator-tip-rx {
margin-top: 0.12rem;
font-size: 0.72rem;
color: var(--accent-yellow);
opacity: 0.85;
}
.decode-locator-tip-note {
margin-top: 0.2rem;
font-size: 0.76rem;