Bell sound on wanted calls. Closes #117

This commit is contained in:
Ian Renton
2026-08-15 12:02:40 +01:00
parent 3006ee38cb
commit fe4826b729
14 changed files with 50 additions and 29 deletions
+4
View File
@@ -1,6 +1,7 @@
const CACHE_NAME = 'Spothole';
const CACHE_URLS = [
'static/apidocs/openapi.yml',
'static/audio/bell.mp3',
'static/audio/ping.mp3',
'static/css/style.css',
'static/js/add-spot.js',
@@ -50,6 +51,9 @@ const CACHE_URLS = [
'static/vendor/js/leaflet-1.9.4.min.js',
'static/vendor/js/leaflet-geodesic-2.7.2.umd.min.js',
'static/vendor/js/leaflet-maidenhead.js',
'static/vendor/js/fetch-event-source-2.0.1/fetch.js',
'static/vendor/js/fetch-event-source-2.0.1/index.js',
'static/vendor/js/fetch-event-source-2.0.1/parse.js',
'static/vendor/webfonts/fa-solid-900.ttf',
'static/vendor/webfonts/fa-solid-900.woff2'
];