feat: add dashboard view toggle
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-21 23:48:58 +02:00
parent 4c7ef500a1
commit 9572b6116a
4 changed files with 80 additions and 12 deletions

4
sw.js
View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'mischlabs-pwa-v16';
const CACHE_NAME = 'mischlabs-pwa-v17';
const APP_SHELL = [
'/',
'/index.html',
@@ -6,7 +6,7 @@ const APP_SHELL = [
'/offline.html',
'/style.css?v=28',
'/auth.js?v=1',
'/app.js?v=33',
'/app.js?v=34',
'/favorites.js?v=1',
'/services.json?v=1',
'/manifest.webmanifest?v=4',