Expand calendar event icon options

This commit is contained in:
Rafael Foster
2026-04-27 22:22:30 -03:00
parent 33e4afc009
commit b4d74f239b
5 changed files with 137 additions and 27 deletions
+3 -3
View File
@@ -13,10 +13,10 @@
* → bypassCacheUntil (in-memory + Cache API für SW-Restart-Robustheit)
*/
const SHELL_CACHE = 'oikos-shell-v58';
const PAGES_CACHE = 'oikos-pages-v53';
const SHELL_CACHE = 'oikos-shell-v59';
const PAGES_CACHE = 'oikos-pages-v54';
const LOCALES_CACHE = 'oikos-locales-v5';
const ASSETS_CACHE = 'oikos-assets-v53';
const ASSETS_CACHE = 'oikos-assets-v54';
const BYPASS_CACHE = 'oikos-bypass-flag';
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, LOCALES_CACHE, ASSETS_CACHE];