fix(mobile): perfect responsive layout, zero horizontal overflow, and polished mobile nav (v23)

This commit is contained in:
2026-09-12 11:59:28 -07:00
parent eed7c328ed
commit 01dfd20ddd
3 changed files with 100 additions and 41 deletions
+13 -13
View File
@@ -1,20 +1,20 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v22';
const CACHE_NAME = 'flockradar-v23';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=22',
'./js/icons.js?v=22',
'./js/app.js?v=22',
'./js/auth.js?v=22',
'./js/radar.js?v=22',
'./data/portals.js?v=22',
'./favicon.svg?v=22',
'./favicon.ico?v=22',
'./apple-touch-icon.png?v=22',
'./icon-192.png?v=22',
'./icon-512.png?v=22',
'./og-image.png?v=22',
'./css/styles.css?v=23',
'./js/icons.js?v=23',
'./js/app.js?v=23',
'./js/auth.js?v=23',
'./js/radar.js?v=23',
'./data/portals.js?v=23',
'./favicon.svg?v=23',
'./favicon.ico?v=23',
'./apple-touch-icon.png?v=23',
'./icon-192.png?v=23',
'./icon-512.png?v=23',
'./og-image.png?v=23',
'./assets/img/logo.svg',
'./assets/img/flock_pole_cam_palmdale.jpg',
'./manifest.json'