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
The At A Glance strip on the BMS debug page does not degrade gracefully as the window narrows. Between roughly 768px and ~1200px the stat tiles collide instead of wrapping or shrinking:
Adjacent values run together into one unreadable string (e.g. Pack Voltage and Average Temp render as "312.846.0" with the degree sign floating in the middle; CCL/DCL/High Voltage mash into "-126.0225.03.459").
The Cell/Chip caption labels on High Voltage / Low Voltage / High Temp are clipped mid-word by the neighboring tile's battery icon ("Cell: 76 | Ch...").
Stats wrap to a second row, shrink, or truncate with ellipsis — never overlap.
Notes
Observed 2026-07-15 while screenshotting #712 (see that PR's earlier revision for an 800px capture); pre-existing on develop, unrelated to the Open Wire change.
Bug
The At A Glance strip on the BMS debug page does not degrade gracefully as the window narrows. Between roughly 768px and ~1200px the stat tiles collide instead of wrapping or shrinking:
Steps to reproduce
Expected
Stats wrap to a second row, shrink, or truncate with ellipsis — never overlap.
Notes
Observed 2026-07-15 while screenshotting #712 (see that PR's earlier revision for an 800px capture); pre-existing on develop, unrelated to the Open Wire change.