feat(directory): list specific camera nodes with cross-streets and photos in city search

This commit is contained in:
2026-09-12 09:43:21 -07:00
parent 0e47dfa1d8
commit be8981d024
5 changed files with 440 additions and 11 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v10';
const CACHE_NAME = 'flockradar-v11';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=10',
'./js/app.js?v=10',
'./js/auth.js?v=10',
'./js/radar.js?v=10',
'./data/portals.js?v=10',
'./css/styles.css?v=11',
'./js/app.js?v=11',
'./js/auth.js?v=11',
'./js/radar.js?v=11',
'./data/portals.js?v=11',
'./manifest.json'
];