mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Show signal indicator placeholder when no RSSI/SNR data available
Also check 'noise' field from rtl_433 output Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1158,6 +1158,13 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
.signal-strength-indicator.no-data {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 9px;
|
||||
color: var(--text-dim);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.signal-strength-bars {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user