🐛(frontend) implement hysteresis band for the control bar layout

Introduce dual thresholds (1100px wide, 1050px narrow) for switching
the control bar between the expanded inline controls and the
collapsed menu.

The 50px deadband absorbs the width changes caused by rendering
5 buttons vs. 1 button, preventing an infinite layout oscillation
and the resulting `ResizeObserver loop` errors.
This commit is contained in:
lebaudantoine
2026-08-13 10:39:01 +02:00
committed by aleb_the_flash
parent ac503b3ae5
commit cbfb97eb54
2 changed files with 20 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@ and this project adheres to
- 📈(frontend) downgrade unreachable external home URL from error to event
- 🐛(frontend) handle 401 responses when syncing user preferences
- 🐛(frontend) harden speaker test against missing sinks and play errors
- 🐛(frontend) implement hysteresis band for the control bar layout
## [1.26.0] - 2026-08-12