From 332172881eee174c7a1d32f13824b52f7287ddc4 Mon Sep 17 00:00:00 2001 From: Smittix Date: Wed, 18 Feb 2026 09:30:11 +0000 Subject: [PATCH] refactor: Reorganize nav groups into Signals, Tracking, Space, Wireless, Intel Replaces the old SDR/RF, Wireless, Security, Space layout with a cleaner five-group structure. Tracking (Aircraft, Vessels, APRS, GPS) becomes its own top-level group; Meshtastic moves to Wireless; WebSDR and Spy Stations move to Intel. Also fixes BT Locate overflow/min-height CSS. Co-Authored-By: Claude Sonnet 4.6 --- docs/UI_GUIDE.md | 9 +-- docs/index.html | 37 +++++----- static/css/index.css | 5 +- templates/index.html | 136 +++++++++++++++++++----------------- templates/partials/nav.html | 107 +++++++++++++++------------- 5 files changed, 159 insertions(+), 135 deletions(-) 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 @@