This commit is contained in:
Mateusz Gruszczyński
2026-08-25 18:25:55 +02:00
parent 26d8f9f83a
commit a8b80bdba9
12 changed files with 150 additions and 33 deletions
+12 -1
View File
@@ -1,4 +1,4 @@
# GREE Controller v0.6.8 - build and validation report
# GREE Controller v0.6.9 - build and validation report
## Scope
@@ -180,3 +180,14 @@ Validation performed in this packaging environment:
- Kept Control plan, Zones and Devices as collapsed disclosure panels.
- Reduced dashboard hero, metric, global-control, group-card and disclosure spacing for a denser layout without removing functionality.
- Advanced PWA cache key to `gree-controller-v068-dashboard-wrap`.
## 0.6.9 dashboard fit, compact summary and group-aware control plan
- Reworked dashboard Quick Thermostats so the target-temperature control occupies its own row and measured/device-target temperatures sit below it; labels no longer collide or clip in medium-width cards.
- Kept the quick-thermostat list as a wrapped responsive grid with no horizontal scrolling.
- Compressed the Home / Comfort under control summary into one short card; average temperature and small online/active/demand counters now share the same row instead of consuming a separate large hero plus metrics row.
- Reduced dashboard control-plan blocks to compact simulator-style cards.
- Added explicit climate-group cards to What happens next, combining member demand and upcoming member-zone events.
- Zone plan cards identify their climate group membership, and automation plan rows preserve group targets.
- Advanced the PWA cache key to `gree-controller-v069-dashboard-fit`.