mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Improve WiFi device identification, remove signal history, fix Listen button
- WiFi interfaces now show driver, chipset, and MAC address for easier identification - Remove signal history feature from WiFi and Bluetooth sections (HTML, JS, CSS, API) - Fix Listen button in Listening Post signal hits to properly tune to frequency - Make stopAudio() async and improve tuneToFrequency() with proper awaits - Fix Device Intelligence panel auto-expand and manufacturer display Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1309,38 +1309,6 @@ header p {
|
||||
color: var(--accent-red);
|
||||
}
|
||||
|
||||
/* Signal Strength Graph */
|
||||
.signal-graph-panel {
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 4px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.signal-graph-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.signal-graph-header h4 {
|
||||
color: var(--accent-cyan);
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.signal-graph-device {
|
||||
font-size: 10px;
|
||||
color: var(--text-secondary);
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
#signalGraph,
|
||||
#btSignalGraph,
|
||||
#adsbStatsChart {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
|
||||
Reference in New Issue
Block a user