feat: replace online status metric with favorites counter, ordered Dienste first
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
Kroonk
2026-05-22 00:20:59 +02:00
parent 57b39f8771
commit b0bcc8abbd
4 changed files with 19 additions and 15 deletions

6
sw.js
View File

@@ -1,12 +1,12 @@
const CACHE_NAME = 'mischlabs-pwa-v24';
const CACHE_NAME = 'mischlabs-pwa-v25';
const APP_SHELL = [
'/',
'/index.html',
'/favorites.html',
'/offline.html',
'/style.css?v=32',
'/style.css?v=33',
'/auth.js?v=2',
'/app.js?v=38',
'/app.js?v=39',
'/favorites.js?v=1',
'/services.json?v=1',
'/manifest.webmanifest?v=4',