feat(mobile): declutter mobile driving interface, make map 100% immersive, compact HUD capsule and slide-up controls drawer

This commit is contained in:
2026-09-12 09:23:23 -07:00
parent 2bd6ebe302
commit f2a8660f10
4 changed files with 464 additions and 94 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v6';
const CACHE_NAME = 'flockradar-v8';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=6',
'./js/app.js?v=6',
'./js/auth.js?v=6',
'./js/radar.js?v=6',
'./data/portals.js?v=6',
'./css/styles.css?v=8',
'./js/app.js?v=8',
'./js/auth.js?v=8',
'./js/radar.js?v=8',
'./data/portals.js?v=8',
'./manifest.json'
];