This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.
-
+
{% end %}
\ No newline at end of file
diff --git a/templates/add_spot.html b/templates/add_spot.html
index 0a65c2d..db4cf5d 100644
--- a/templates/add_spot.html
+++ b/templates/add_spot.html
@@ -69,8 +69,8 @@
-
-
+
+
{% end %}
\ No newline at end of file
diff --git a/templates/alerts.html b/templates/alerts.html
index f5caee3..0008152 100644
--- a/templates/alerts.html
+++ b/templates/alerts.html
@@ -50,18 +50,14 @@
-
-
-
+
+
{% end %}
\ No newline at end of file
diff --git a/templates/bands.html b/templates/bands.html
index 1c9e7f0..4803022 100644
--- a/templates/bands.html
+++ b/templates/bands.html
@@ -55,10 +55,6 @@
-
@@ -91,9 +87,9 @@
-
-
-
+
+
+
{% end %}
\ No newline at end of file
diff --git a/templates/status.html b/templates/status.html
index b9bc25c..840e0ff 100644
--- a/templates/status.html
+++ b/templates/status.html
@@ -3,8 +3,8 @@
-
-
+
+
{% end %}
\ No newline at end of file
diff --git a/templates/widgets/filters-display-buttons.html b/templates/widgets/filters-display-buttons.html
index e25bbca..f6cf612 100644
--- a/templates/widgets/filters-display-buttons.html
+++ b/templates/widgets/filters-display-buttons.html
@@ -1,5 +1,4 @@
-
-
-
+
+
\ No newline at end of file
diff --git a/webassets/js/common.js b/webassets/js/common.js
index d3b3f4d..1945a82 100644
--- a/webassets/js/common.js
+++ b/webassets/js/common.js
@@ -183,13 +183,10 @@ function listenForOSThemeChange() {
});
}
-// Panel toggle functions.
-// PANELS is the single registry of all collapsible panels. To add a new panel, add an entry here
-// and provide named wrappers below. The toggle logic will automatically handle hiding other panels.
+// Panel toggle functions
const PANELS = [
- { area: "#filters-area", button: "#filters-button" },
- { area: "#display-area", button: "#display-button" },
- { area: "#conditions-area", button: "#conditions-button" },
+ { area: "#filters-area",button: "#filters-button" },
+ { area: "#display-area", button: "#display-button" },
];
// Toggle a panel open or closed. If opening, all other visible panels are closed first.
@@ -217,8 +214,6 @@ function toggleFiltersPanel() { togglePanel("#filters-area"); }
function closeFiltersPanel() { closePanel("#filters-area"); }
function toggleDisplayPanel() { togglePanel("#display-area"); }
function closeDisplayPanel() { closePanel("#display-area"); }
-function toggleConditionsPanel() { togglePanel("#conditions-area"); }
-function closeConditionsPanel() { closePanel("#conditions-area"); }
// Startup