This commit is contained in:
Mateusz Gruszczyński
2026-08-28 22:11:38 +02:00
parent 9a5e4892f4
commit 930cb7b1e1
10 changed files with 110 additions and 55 deletions
+2
View File
@@ -825,6 +825,8 @@ body.simulation-standalone [data-view="simulation"] { min-height:calc(100vh - 36
.quick-thermostat-control .list-card-head { align-items:center; }
.quick-thermostat-control .zone-quick-actions { min-width:116px; }
.temporary-presets { grid-template-columns:repeat(2,minmax(0,1fr)); }
.temporary-active-summary { align-items:stretch; flex-direction:column; }
.temporary-active-summary .danger { width:100%; white-space:normal; }
}
/* 0.6.9 dashboard density and fit fixes */
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'gree-controller-v085-temporary-condition-activation-fix';
const CACHE = 'gree-controller-v088-manual-takeover-confirmation';
const SCOPE = new URL(self.registration.scope).pathname.replace(/\/$/, '');
const path = value => `${SCOPE}${value.startsWith('/') ? value : `/${value}`}` || '/';
const ASSETS = [path('/'), path('/styles.css'), path('/app.js'), path('/theme-init.js'), path('/favicon.svg'), path('/manifest.webmanifest'), path('/lang/index.json'), path('/lang/en.json')];