From f5b92ddcf97ce0b3527c2212d40261d63764380b Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 8 Jan 2026 13:08:36 +0000 Subject: [PATCH] Fix ADS-B tab and improve WiFi scanning feedback - Hide waterfall and output panels in aircraft mode (use dedicated visualization) - Add aircraft list panel with clickable aircraft selection - Add selected aircraft info panel showing altitude, speed, heading, squawk - Add "Open Full Dashboard" button linking to dedicated aircraft radar - Add debugging console logs and alert messages to WiFi scan function - Better error feedback when WiFi interface not selected or scan fails Co-Authored-By: Claude Opus 4.5 --- templates/index.html | 146 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 141 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1dc4a20..f226205 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1352,7 +1352,8 @@