openfun / jitsi-magnify

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

(frontend) use 'back' link in Room settings page #183

Closed SofienM closed 1 year ago

SofienM commented 1 year ago

Resolves #175

The only way to leave the room settings page was to click on the Breadcrumb. To improve this UX aspect we change it into a proper back link. We use the same link as in User settings page to be coherent accross the app.

image