openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

List of meeting members: align Selects #231

Closed adriennickson closed 1 year ago

adriennickson commented 1 year ago

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe. 01 Regarding the management of members of a meeting, the owner of a meeting cannot be removed from the meeting. And so it is not necessary to add the menu. But, the fact of not adding the menu leads to a non-alignment of the Select which defines the role of the owner of the meeting with the Select of the other members. 01

Describe the solution you'd like For users who do not have menus, in this case the owner of the meeting, instead of the menu, it would be necessary to have an empty Box which serves as a filling in order to balance the offset. 01

Describe alternatives you've considered N/A

Discovery, Documentation, Adoption, Migration Strategy N/A

Do you want to work on it through a Pull Request? yes!