refactor(alert-settings): integrate AppShell layout and update cache version
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Has been cancelled

- Replace custom page layout with AppShell component for consistent UI
- Remove unused PageHeader and UpdateAlertConditionDto imports
- Update service worker cache names and version.json to new timestamp
This commit is contained in:
2026-05-11 22:19:30 +03:30
parent 676f1373c1
commit 9da69c96b1
20 changed files with 1025 additions and 172 deletions

View File

@@ -1,5 +1,5 @@
const CACHE_NAME = 'greenhome-1766182760520';
const STATIC_CACHE_NAME = 'greenhome-static-1766182760520';
const CACHE_NAME = 'greenhome-1778524870692';
const STATIC_CACHE_NAME = 'greenhome-static-1778524870692';
// Static assets to cache on install
const STATIC_FILES_TO_CACHE = [

View File

@@ -1,3 +1,3 @@
{
"version": "1766182760520"
"version": "1778524870692"
}