mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-07 09:23:38 +00:00
101be503bf
The current design is inefficient, using two separate approaches to manage the app state and determine which widget is open. This inconsistency affects the user experience and overall design quality. Soon, only one container will be open/close, and its content will be toggle, using an extensible system. As a quick fix, I’ve added basic logic to ensure that opening one widget automatically closes any other open widgets, such as the chat or participants widget. This is a temporary measure to fix state management until a more robust solution can be implemented.