From 15c5113933714ae75afb955fe0057a340681c713 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 8 Jan 2026 21:13:49 +0000 Subject: [PATCH] Add aircraft watchlist feature to ADS-B dashboard - Add/remove callsigns, registrations, or ICAO codes to watch - Alert notification and sound when watched aircraft detected - Filter view to show only watched aircraft - Visual highlighting with cyan border and star icon - Watchlist persisted to localStorage Co-Authored-By: Claude Opus 4.5 --- static/css/adsb_dashboard.css | 1 + templates/adsb_dashboard.html | 334 +++++++++++++++++++++++++++++++++- 2 files changed, 333 insertions(+), 2 deletions(-) diff --git a/static/css/adsb_dashboard.css b/static/css/adsb_dashboard.css index e7c98b5..1af7360 100644 --- a/static/css/adsb_dashboard.css +++ b/static/css/adsb_dashboard.css @@ -418,6 +418,7 @@ body { } .aircraft-item { + position: relative; background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(74, 158, 255, 0.15); border-radius: 4px; diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 930054f..c7de9fd 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -100,7 +100,9 @@ + + + + + + +
+
No entries. Add callsigns, registrations, or ICAO codes to watch.
+
+ + + +