diff --git a/docs/UI_GUIDE.md b/docs/UI_GUIDE.md index 60e2e73..8ba1a7b 100644 --- a/docs/UI_GUIDE.md +++ b/docs/UI_GUIDE.md @@ -219,10 +219,11 @@ Extended base for full-screen dashboards (maps, visualizations). ### Navigation Groups The navigation is organized into groups: -- **SDR / RF**: Pager, 433MHz, Meters, Aircraft, Vessels, APRS, Listening Post, Spy Stations, Meshtastic, WebSDR, SubGHz -- **Wireless**: WiFi, Bluetooth, BT Locate -- **Security**: TSCM, Analytics -- **Space**: Satellite, ISS SSTV, Weather Sat, HF SSTV, GPS, Space Weather +- **Signals**: Pager, 433MHz, Meters, Listening Post, SubGHz +- **Tracking**: Aircraft, Vessels, APRS, GPS +- **Space**: Satellite, ISS SSTV, Weather Sat, HF SSTV, Space Weather +- **Wireless**: WiFi, Bluetooth, BT Locate, Meshtastic +- **Intel**: TSCM, Analytics, Spy Stations, WebSDR --- diff --git a/docs/index.html b/docs/index.html index 1e644d2..7e0a7ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,72 +61,73 @@
Decode POCSAG and FLEX pager messages using rtl_fm and multimon-ng. Monitor emergency services and legacy paging systems.
Decode 200+ protocols including weather stations, TPMS, smart home devices, and IoT sensors via rtl_433.
HackRF-based signal capture and protocol decoding for 300-928 MHz ISM bands with spectrum analysis and replay.
Frequency scanner with real-time audio monitoring, fine-tuning controls, and customizable frequency presets.
Remote HF/shortwave listening via the KiwiSDR network. Access receivers worldwide with real-time audio streaming.
Number stations and diplomatic HF network database. Frequencies, schedules, and background info from priyom.org.
Amateur packet radio position reports and telemetry via direwolf. Track amateur radio operators on an interactive map.
Smart meter monitoring via rtl_amr. Receive electric, gas, and water meter broadcasts in real time.
Real-time ADS-B tracking with interactive maps, aircraft photos, emergency squawk detection, and range visualization.
Aircraft datalink messages via acarsdec. Decode operational, weather, and position reports from commercial flights.
VHF Data Link Mode 2 aircraft datalink decoding via dumpvdl2. Real-time ACARS-over-AVLC message capture with signal analysis.
Real-time AIS ship tracking via AIS-catcher. Monitor maritime traffic with vessel details, course, speed, and destination.
@@ -151,7 +152,7 @@Terrestrial SSTV on shortwave frequencies. Decode amateur radio image transmissions across HF, VHF, and UHF bands.
Real-time GPS position tracking with live map, speed, heading, altitude, satellite info, and track recording.
@@ -176,7 +177,7 @@SAR Bluetooth device location with GPS-tagged signal trail mapping, IRK-based RPA resolution, and proximity audio alerts.
Counter-surveillance with baseline recording, threat detection, device correlation, and risk scoring.
diff --git a/static/css/index.css b/static/css/index.css index d15f773..791a751 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1556,7 +1556,7 @@ header h1 .tagline { background: var(--bg-tertiary); border: 1px solid var(--border-color); border-radius: 6px; - overflow: visible; + overflow: hidden; padding: 12px; position: relative; } @@ -4075,13 +4075,14 @@ header h1 .tagline { flex-direction: column; gap: 12px; min-width: 0; + overflow-y: auto; /* scroll rather than squash when detail panel + radar exceed available height */ } .bt-main-area { display: flex; gap: 12px; flex: 1; - min-height: 0; + min-height: 360px; /* ensure radar area (SVG 280px + controls + summary) is never crushed */ } .bt-side-panels { diff --git a/templates/index.html b/templates/index.html index 946f183..4262cac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -154,9 +154,9 @@