feat: Consolidate VDL2 into ADS-B dashboard, fix blue bar, add CSV export

Remove VDL2 as a standalone mode since it's already integrated into the
ADS-B dashboard sidebar. Remove the blue border-top on the controls bar.
Add CSV export button to VDL2 panel for downloading collected messages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-16 22:12:03 +00:00
parent 533e92c711
commit ffb98425f1
4 changed files with 58 additions and 16 deletions

View File

@@ -1128,7 +1128,7 @@ body {
gap: 8px;
padding: 8px 15px;
background: var(--bg-panel);
border-top: 1px solid rgba(74, 158, 255, 0.3);
border-top: none;
font-size: 11px;
overflow-x: auto;
overflow-y: hidden;