openfun / jitsi-magnify

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

The "Members" section of the room settings page should always be visible #219

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Bug Report

Problematic behavior When a room is marked as public, its list of members is hidden

Expected behavior/code We may want to declare other owners even if the room is public.

Steps to Reproduce

  1. Navigate to the room settings page
  2. Select False on the "public room" switch
  3. Notice how the "Members" section disappears

Possible Solution Make the "Members" section always visible and functional. Secure behavior with a test.

Additional context/Screenshots You should also add padding at the bottom of the page.

Moustique82 commented 1 year ago

good point, i hadn't thought of that