mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-30 03:59:07 +00:00
🐛(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:
committed by
aleb_the_flash
parent
ac503b3ae5
commit
cbfb97eb54
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user