๐ Bug Fixes
Map Route Popup Chart Flickering (#132)
Fixed the chart flickering issue when clicking on traceroute segments in the map. The SNR graph would previously flicker approximately once per second, making it difficult to read.
Technical Details:
- Extracted traceroute path rendering logic into a
useMemohook - Chart data now only recalculates when dependencies change (showPaths, traceroutes, nodes, distanceUnit)
- Follows the same memoization pattern used in Dashboard and TelemetryGraphs components
๐ง Changes
- Bumped version to 1.17.4 in package.json
๐ค Generated with Claude Code
๐ MeshMonitor v1.17.4
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v1.17.4๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.