feat(sync): Frontend pusht Aenderungen und laedt Server-Stand beim Start

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Kenearos 2026-07-07 15:59:48 +02:00
parent 787bc1416b
commit 67a3f4b546
4 changed files with 23 additions and 2 deletions

3
sw.js
View file

@ -1,4 +1,4 @@
const CACHE_NAME = 'dienstplan-pro-v4';
const CACHE_NAME = 'dienstplan-pro-v5';
const ASSETS = [
'./',
'./index.html',
@ -8,6 +8,7 @@ const ASSETS = [
'./variants.js',
'./holidays.js',
'./storage.js',
'./sync.js',
'./image-import.js'
];