fix: only render admin panel link for admins
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-22 00:04:56 +02:00
parent df0a5d5035
commit 1cdd944aca
3 changed files with 32 additions and 9 deletions

4
sw.js
View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'mischlabs-pwa-v20';
const CACHE_NAME = 'mischlabs-pwa-v21';
const APP_SHELL = [
'/',
'/index.html',
@@ -6,7 +6,7 @@ const APP_SHELL = [
'/offline.html',
'/style.css?v=30',
'/auth.js?v=2',
'/app.js?v=36',
'/app.js?v=37',
'/favorites.js?v=1',
'/services.json?v=1',
'/manifest.webmanifest?v=4',