Refine family settings and calendar dentist icon

This commit is contained in:
Rafael Foster
2026-04-28 20:28:50 -03:00
parent 7b85db9b07
commit 69897666fb
22 changed files with 182 additions and 80 deletions
+4 -4
View File
@@ -13,10 +13,10 @@
* → bypassCacheUntil (in-memory + Cache API für SW-Restart-Robustheit)
*/
const SHELL_CACHE = 'oikos-shell-v60';
const PAGES_CACHE = 'oikos-pages-v55';
const LOCALES_CACHE = 'oikos-locales-v6';
const ASSETS_CACHE = 'oikos-assets-v55';
const SHELL_CACHE = 'oikos-shell-v61';
const PAGES_CACHE = 'oikos-pages-v56';
const LOCALES_CACHE = 'oikos-locales-v7';
const ASSETS_CACHE = 'oikos-assets-v56';
const BYPASS_CACHE = 'oikos-bypass-flag';
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, LOCALES_CACHE, ASSETS_CACHE];