You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- RetryManager offline short-circuit: add ErrorStore.hasAnyPanelOffline()
so retries skip correctly under Favorites multi-panel watch (per-entity
panel-offline keys), not just the legacy single-unnamed key.
- FavoritesCache / MonitoringStatusCache: track inflight generation so
invalidate() supersedes pending requests; fetch() after invalidate()
issues a fresh call instead of awaiting a stale in-flight promise.
- header-renderer buildSheddingLegendHTML: escape label / icon / color /
textLabel via escapeHtml to match the escaping used elsewhere in the
renderer and guard against stray markup in i18n strings.
- CHANGELOG: correct 'Persisted per device' wording — list-columns
storage is a single localStorage key, global to the browser.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@
6
6
7
7
-**Compact expanded list rows** — Expanding a row in By Activity / By Area now shows only the chart. The gear icon and a real toggle-pill (arm-protected by the
8
8
slide-to-confirm) moved onto the always-visible list row so expanding no longer duplicates information above the chart.
9
-
-**Configurable list view columns** — 1 / 2 / 3 column grid for By Activity and By Area, set in Graph Settings → List View Columns. Persisted per device via
10
-
localStorage. Narrow viewports (< 600px) force single-column regardless. Expanded charts stay in their own column so row-to-chart association stays clear.
9
+
-**Configurable list view columns** — 1 / 2 / 3 column grid for By Activity and By Area, set in Graph Settings → List View Columns. Persisted in localStorage
10
+
as a browser-wide preference (single key, not scoped per device). Narrow viewports (< 600px) force single-column regardless. Expanded charts stay in their own
11
+
column so row-to-chart association stays clear.
11
12
-**Favorites per-panel status grid** — The Favorites view now renders a responsive grid of per-contributing-panel status cards (Site / Grid / Upstream /
12
13
Downstream / Solar / Battery) below the slider + W/A row. One card per panel that contributes to the Favorites set; live values update on each tick.
13
14
-**Slide-to-arm in Favorites** — Favorites view header now hosts the slide-confirm control so tappable ON/OFF toggles in list rows can actually fire. The
0 commit comments