Skip to content

Commit b09dbd2

Browse files
Yerazeclaude
andcommitted
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

File tree

src/components/MessagesTab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,7 @@ const MessagesTab: React.FC<MessagesTabProps> = ({
20392039
temperatureUnit={temperatureUnit}
20402040
telemetryHours={telemetryVisualizationHours}
20412041
baseUrl={baseUrl}
2042+
showTimeRangeSelector
20422043
/>
20432044
<SmartHopsGraphs
20442045
nodeId={selectedDMNode}

0 commit comments

Comments
 (0)