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