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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-18 09:30:11 +00:00
parent e05ac97749
commit 332172881e
5 changed files with 159 additions and 135 deletions

View File

@@ -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 {