From 67b9c3bc50fbbd07a874e8e452d3ed45c91297a1 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Tue, 13 Jan 2026 21:34:54 +0000 Subject: [PATCH] Bring back the search box on the mobile spots list, I want this for WFD --- core/constants.py | 2 +- templates/spots.html | 10 +++++----- webassets/css/style.css | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/core/constants.py b/core/constants.py index 0a9788f..5ae974f 100644 --- a/core/constants.py +++ b/core/constants.py @@ -4,7 +4,7 @@ from data.sig import SIG # General software SOFTWARE_NAME = "Spothole by M0TRT" -SOFTWARE_VERSION = "1.1.1" +SOFTWARE_VERSION = "1.2-pre" # HTTP headers used for spot providers that use HTTP HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + ", v" + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"} diff --git a/templates/spots.html b/templates/spots.html index 745200c..c7b94eb 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -17,17 +17,17 @@

- + - + - + - - + +

diff --git a/webassets/css/style.css b/webassets/css/style.css index 9fd8dcc..98253a6 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -349,6 +349,9 @@ div.band-spot:hover span.band-spot-info { max-height: 26em; overflow: scroll; } + input#search { + max-width: 7em; + } } @media (min-width: 992px) {