openfun / jitsi-magnify

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

Add a close icon to the room settings page #175

Closed SofienM closed 1 year ago

SofienM commented 1 year ago

Feature Request

Problem: Currently, when a user wants to leave the room's settings page, he/she has to click on the browser back button or on the "Salles" link in the breadcrumb. While this works well, adding a more explicit way to get back could improve the UX.

Solution I propose to add a cross btn on the right side of the page. The screenshots were done with a grommet icon as it is already installed.

Screenshot from 2023-04-03 17-14-27 Screenshot from 2023-04-03 17-15-29

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

SofienM commented 1 year ago

Seeing how the Back button is designed for the User settings page, it might be better to uniformize UX all accross the app.

Updated solution:

The updated solution would be to replace the breadcrumb into a simple "Back" link. WDYT ?

image

sampaccoud commented 1 year ago

I agree that a "back" link is better than the close button since this is a normal page and not a modal.