From 166f598386bbd12293072ff9e944a45eb4f94244 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 29 Jan 2026 10:27:40 +0000 Subject: [PATCH] feat: Fix disclaimer timing and add utility bar to dashboards - Show disclaimer BEFORE welcome page on first visit (was showing after) - Add shared utility-bar.html partial with theme, animations, settings, help - Include utility bar on Aircraft, Satellite, and Vessels dashboards - Support ?settings=open and ?help=open URL params from dashboards Co-Authored-By: Claude Opus 4.5 --- templates/adsb_dashboard.html | 2 + templates/ais_dashboard.html | 2 + templates/index.html | 58 ++++++-- templates/partials/utility-bar.html | 221 ++++++++++++++++++++++++++++ templates/satellite_dashboard.html | 2 + 5 files changed, 276 insertions(+), 9 deletions(-) create mode 100644 templates/partials/utility-bar.html diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 920d1e9..ac86a8a 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -22,6 +22,8 @@ + {% include 'partials/utility-bar.html' %} +
diff --git a/templates/ais_dashboard.html b/templates/ais_dashboard.html index 2c9e54b..5645c9c 100644 --- a/templates/ais_dashboard.html +++ b/templates/ais_dashboard.html @@ -22,6 +22,8 @@ + {% include 'partials/utility-bar.html' %} +
diff --git a/templates/index.html b/templates/index.html index 0c79d2a..69964c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,17 @@ iNTERCEPT // See the Invisible + + + {% if offline_settings.fonts_source == 'local' %} @@ -207,7 +218,7 @@ -