Update room properties from room details (#439)
- Add the edit action in the room details
- Add "Add topic" button in room details
- Add the screen behind that action to edit some room properties: avatar, name, topic
- Handle the save button action
- enable the button only if changes are detected
- display a loader "updating room"
- display an error dialog if any request has failed
- Check user has the right power level to change various attributes
- "Add topic" is only shown if there's no topic and they are able to set on
- Edit menu is only shown if they can change topic, name or avatar
- On the edit page, any fields they can't change are uneditable
Co-authored-by: Chris Smith <csmith@lunarian.uk>
This commit is contained in:
parent
09411f8993
commit
04d4b6369a
100 changed files with 2031 additions and 219 deletions
1
changelog.d/242.feature
Normal file
1
changelog.d/242.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
[Create and join rooms] Update room properties from room details
|
||||
Loading…
Add table
Add a link
Reference in a new issue