feat(v28): live community presence pill, anonymous edge telemetry, and diurnal network counter

This commit is contained in:
2026-09-13 07:58:42 -07:00
parent 4f8c67e6f6
commit 785532f689
5 changed files with 814 additions and 35 deletions
+14 -13
View File
@@ -1,20 +1,21 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v27';
const CACHE_NAME = 'flockradar-v28';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./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',
'./css/styles.css?v=28',
'./js/icons.js?v=28',
'./js/app.js?v=28',
'./js/auth.js?v=28',
'./js/presence.js?v=28',
'./js/radar.js?v=28',
'./data/portals.js?v=28',
'./favicon.svg?v=28',
'./favicon.ico?v=28',
'./apple-touch-icon.png?v=28',
'./icon-192.png?v=28',
'./icon-512.png?v=28',
'./og-image.png?v=28',
'./assets/img/logo.svg',
'./assets/img/flock_pole_cam_palmdale.jpg',
'./manifest.json'