diff --git a/UpNext.md b/UpNext.md index ac9ec56..3c42475 100644 --- a/UpNext.md +++ b/UpNext.md @@ -5,6 +5,7 @@ * Enable text search for `locationName` on find-code page. * Add security headers - maybe on ingress controller? - see: https://webera.blog/improving-your-website-security-with-http-headers-in-nginx-ingress-369e8f3302cc +* Replace close and menu icons with SVG ### In Progress: diff --git a/static/index.html b/static/index.html index 057e0c3..6667dd0 100644 --- a/static/index.html +++ b/static/index.html @@ -56,14 +56,12 @@
-

This is a development release and is under testing.

-

Data may be stale.

-

Customise your quick links on the `Settings` page.

+

Customise your quick links on the Settings page.

diff --git a/static/js/index.js b/static/js/index.js index 30f7d05..fba16c3 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -11,7 +11,7 @@ async function pageInit() { } async function gotoBoard(station){ - vibe() + vibe("ok") window.location.assign(`${window.location.origin}/board.html?stn=${station}`); } diff --git a/static/js/lib.main.js b/static/js/lib.main.js index 093cfe8..5968c47 100644 --- a/static/js/lib.main.js +++ b/static/js/lib.main.js @@ -100,7 +100,7 @@ async function getQuickLinks() { } catch (err) { data = defaults; } - return data; + return data.sort(); } /* Fetch a known query parameter from the pages URL */ diff --git a/static/sw.js b/static/sw.js index a696503..3624c53 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.0.1-dev-2023020502" +const appVersion = "0.0.1-dev-2023020701" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [