feat(v27): directional FOV approach filter, dynamic ETA countdown, windshield mirror HUD, stealth AMOLED night mode, 1-tap driving sighting stamp, audio boost and steering haptics

This commit is contained in:
2026-09-12 19:01:06 -07:00
parent 671c908c46
commit 4f8c67e6f6
4 changed files with 862 additions and 128 deletions
+13 -13
View File
@@ -1,20 +1,20 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v26';
const CACHE_NAME = 'flockradar-v27';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=26',
'./js/icons.js?v=26',
'./js/app.js?v=26',
'./js/auth.js?v=26',
'./js/radar.js?v=26',
'./data/portals.js?v=26',
'./favicon.svg?v=26',
'./favicon.ico?v=26',
'./apple-touch-icon.png?v=26',
'./icon-192.png?v=26',
'./icon-512.png?v=26',
'./og-image.png?v=26',
'./css/styles.css?v=27',
'./js/icons.js?v=27',
'./js/app.js?v=27',
'./js/auth.js?v=27',
'./js/radar.js?v=27',
'./data/portals.js?v=27',
'./favicon.svg?v=27',
'./favicon.ico?v=27',
'./apple-touch-icon.png?v=27',
'./icon-192.png?v=27',
'./icon-512.png?v=27',
'./og-image.png?v=27',
'./assets/img/logo.svg',
'./assets/img/flock_pole_cam_palmdale.jpg',
'./manifest.json'