v0.8.9
This commit is contained in:
@@ -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,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')];
|
||||
|
||||
Reference in New Issue
Block a user