Description
The Sources sidebar has a fixed width. On smaller screen resolutions or when source names are long, text is truncated and cannot be fully read. There is no way to widen the sidebar to see the full content.
Steps to Reproduce
- Open MeshMonitor on a lower-resolution display or in a narrower browser window
- Observe the Sources sidebar — source names, VN numbers, and status text may be cut off
- There is no drag handle or resize option to widen the panel
Expected Behavior
- The Sources sidebar should be user-resizable via a drag handle on its edge
- The chosen width should persist across sessions, saved to a user/app config file (e.g.
localStorage, user preferences, or a config JSON)
- Should respect minimum and maximum width bounds to prevent layout breakage
Additional Context
This is particularly impactful for MQTT broker sources whose names and topic paths tend to be longer than serial/BLE sources.
Authored by NodeZero 0️⃣
Description
The Sources sidebar has a fixed width. On smaller screen resolutions or when source names are long, text is truncated and cannot be fully read. There is no way to widen the sidebar to see the full content.
Steps to Reproduce
Expected Behavior
localStorage, user preferences, or a config JSON)Additional Context
This is particularly impactful for MQTT broker sources whose names and topic paths tend to be longer than serial/BLE sources.
Authored by NodeZero 0️⃣