diff --git a/templates/about.html b/templates/about.html index d8c2c0f..005cae2 100644 --- a/templates/about.html +++ b/templates/about.html @@ -67,7 +67,7 @@

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 6d8a22c..e10d943 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 43b3cac..bc3d838 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -33,7 +33,7 @@
{% module Template("widgets/display-area-header.html", web_ui_options=web_ui_options) %}
-
+
{% module Template("cards/time-zone.html", web_ui_options=web_ui_options) %}
@@ -56,8 +56,8 @@
- - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index ded7b0f..8f38385 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -62,9 +62,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 87d0c96..18662b3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,10 +46,10 @@ crossorigin="anonymous"> - - - - + + + + diff --git a/templates/cards/bands.html b/templates/cards/bands.html index ea3ed1f..5630097 100644 --- a/templates/cards/bands.html +++ b/templates/cards/bands.html @@ -1,6 +1,6 @@
Bands
-

+
\ No newline at end of file diff --git a/templates/cards/basemap.html b/templates/cards/basemap.html index 299161d..2255849 100644 --- a/templates/cards/basemap.html +++ b/templates/cards/basemap.html @@ -2,7 +2,7 @@
Map Style

- +

- + diff --git a/templates/cards/dx-continent.html b/templates/cards/dx-continent.html index a721c71..d619ff1 100644 --- a/templates/cards/dx-continent.html +++ b/templates/cards/dx-continent.html @@ -1,6 +1,6 @@

DX Continent
-

+
\ No newline at end of file diff --git a/templates/cards/modes.html b/templates/cards/modes.html index dc2cc75..3315994 100644 --- a/templates/cards/modes.html +++ b/templates/cards/modes.html @@ -1,6 +1,6 @@
Modes
-

+
\ No newline at end of file diff --git a/templates/cards/number-of-alerts.html b/templates/cards/number-of-alerts.html index 67c13fb..13df781 100644 --- a/templates/cards/number-of-alerts.html +++ b/templates/cards/number-of-alerts.html @@ -2,7 +2,7 @@
Number of Alerts

Show up to - {% for c in web_ui_options["alert-count"] %} {% end %} diff --git a/templates/cards/sigs.html b/templates/cards/sigs.html index e847186..1f4c3fd 100644 --- a/templates/cards/sigs.html +++ b/templates/cards/sigs.html @@ -1,6 +1,6 @@

SIGs
-

+
\ No newline at end of file diff --git a/templates/cards/sources.html b/templates/cards/sources.html index 5970cba..eb5174a 100644 --- a/templates/cards/sources.html +++ b/templates/cards/sources.html @@ -1,6 +1,6 @@
Sources
-

+
\ No newline at end of file diff --git a/templates/cards/table-columns-alerts.html b/templates/cards/table-columns-alerts.html index 3dba2b0..f3df35d 100644 --- a/templates/cards/table-columns-alerts.html +++ b/templates/cards/table-columns-alerts.html @@ -1,35 +1,35 @@
Table Columns
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-
\ No newline at end of file +
diff --git a/templates/cards/table-columns-spots.html b/templates/cards/table-columns-spots.html index f58f579..d43e630 100644 --- a/templates/cards/table-columns-spots.html +++ b/templates/cards/table-columns-spots.html @@ -1,47 +1,47 @@
Table Columns
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-
\ No newline at end of file +
diff --git a/templates/conditions.html b/templates/conditions.html index 5fd953a..50338be 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -230,8 +230,8 @@
- - + + diff --git a/templates/map.html b/templates/map.html index 0919aeb..66d8303 100644 --- a/templates/map.html +++ b/templates/map.html @@ -79,9 +79,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 994fbd9..546b94d 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -87,9 +87,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index 1b3f709..66e849b 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@
- - + + diff --git a/templates/widgets/band-color-scheme.html b/templates/widgets/band-color-scheme.html index 6e7f1d9..0a81523 100644 --- a/templates/widgets/band-color-scheme.html +++ b/templates/widgets/band-color-scheme.html @@ -1,4 +1,4 @@ -
+
diff --git a/webassets/css/style.css b/webassets/css/style.css index 8014847..b9668d4 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -100,11 +100,6 @@ div.appearing-panel { display: none; } -.spothole-card-text { - line-height: 2.5em !important; -} - - /* SPOTS/ALERTS PAGES, MAIN TABLE */ diff --git a/webassets/js/common.js b/webassets/js/common.js index 1945a82..dafe0b9 100644 --- a/webassets/js/common.js +++ b/webassets/js/common.js @@ -92,14 +92,14 @@ function allFilterOptionsSelected(parameter) { } -// Generate a filter card with multiple toggle buttons plus All/None buttons. +// Generate a filter card with inline checkboxes plus All/None links. function generateMultiToggleFilterCard(elementID, filterQuery, options) { - // Create a button for each option + var $row = $('
'); options.forEach(o => { - $(elementID).append(` `); + $row.append(`
`); }); - // Create All/None buttons - $(elementID).append(`  `); + $(elementID).append($row); + $(elementID).append(``); } // Method called when "All" or "None" is clicked diff --git a/webassets/js/spotsbandsandmap.js b/webassets/js/spotsbandsandmap.js index 0c65092..23d37ad 100644 --- a/webassets/js/spotsbandsandmap.js +++ b/webassets/js/spotsbandsandmap.js @@ -6,27 +6,26 @@ var spots = [] // to localStorage. let worked = [] -// Dynamically add CSS code for the band toggle buttons to be in the appropriate colour. +// Dynamically add CSS code for the band checkboxes to show in the appropriate colour. // Some band names contain decimal points which are not allowed in CSS classes, so we text-replace them to "p". function addBandToggleColourCSS(band_options) { var $style = $('