Commit b09dbd2
feat(messages): add telemetry time-range selector to Node Details
The Node Details panel's telemetry graphs were locked to the fixed
telemetryVisualizationHours window (24h by default), so older history
(e.g. environment readings more than a day old) couldn't be viewed there
even when present. The Device Info page already exposes the 15m–7d range
buttons via TelemetryGraphs' showTimeRangeSelector; enable the same on the
Node Details graphs.
The selector seeds from the global telemetryVisualizationHours as its default
and persists the choice (shared localStorage key with Device Info), so users
can widen to 7d to see longer history on any selected node.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b4d2423 commit b09dbd2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2039 | 2039 | | |
2040 | 2040 | | |
2041 | 2041 | | |
| 2042 | + | |
2042 | 2043 | | |
2043 | 2044 | | |
2044 | 2045 | | |
| |||
0 commit comments