dist files for v1.4.9 built

This commit is contained in:
Kantine Wrapper
2026-02-24 12:56:53 +01:00
parent c841954c5d
commit 0eb14a1869
7 changed files with 22 additions and 13 deletions

View File

@@ -1158,6 +1158,7 @@
console.log(`[Cache] Parsed ${allWeeks.length} weeks:`, allWeeks.map(w => `KW${w.weekNumber}/${w.year} (${(w.days || []).length} days)`));
renderVisibleWeeks();
updateNextWeekBadge();
updateAlarmBell();
if (cachedTs) updateLastUpdatedTime(cachedTs);
console.log('Loaded menu from cache');
return true;