feat: add SSO user favorites dashboard
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:18:23 +02:00
parent fb540813ff
commit d40329ae7c
12 changed files with 1039 additions and 10 deletions

9
sw.js
View File

@@ -1,10 +1,13 @@
const CACHE_NAME = 'mischlabs-pwa-v14';
const CACHE_NAME = 'mischlabs-pwa-v15';
const APP_SHELL = [
'/',
'/index.html',
'/favorites.html',
'/offline.html',
'/style.css?v=27',
'/app.js?v=31',
'/style.css?v=28',
'/auth.js?v=1',
'/app.js?v=32',
'/favorites.js?v=1',
'/services.json?v=1',
'/manifest.webmanifest?v=4',
'/favicon.ico?v=4',