Feature/bca/improve leave space#3759
Conversation
ee221c4 to
c7e1f39
Compare
bmarty
left a comment
There was a problem hiding this comment.
The UX is a bit weird when selecting "Leave specific rooms and spaces", but it's working.
On the bottom sheet, it could be better to align horizontally "Leave Space" and "Cancel". But I would remove the "Cancel" anyway, it's a bit useless, and aligne "Leave space" to the right. Also the text color is not correct in dark theme (it's black and should be white. Bg is red which is OK)
On the Pick room Activity, It should be nice to have a option to select / unselect all rooms.
When pressing back from the Activity (I would also remove the cancel here), we should stay on the bottom sheet with the 3rd radio button check and would only be able to leave the space from here (and not from the Activity).
UX is a bit too bad to be mergeable.
c7e1f39 to
903d4b7
Compare
bmarty
left a comment
There was a problem hiding this comment.
Thanks for the update. One remark about translations, sorry :/
| <string name="space_explore_activity_title">استكشِف الغُرف</string> | ||
| <string name="space_add_child_title">أضف غُرف</string> | ||
| <string name="leave_space">غادر المساحة</string> | ||
| <string name="space_leave_prompt_msg">هل أنت متأكد أنك تريد مغادرة المساحة؟</string> |
There was a problem hiding this comment.
Please do not remove translations. Instruction has been updated here: https://github.com/vector-im/element-android/blob/main/CONTRIBUTING.md#removing-existing-strings
903d4b7 to
128ae88
Compare
128ae88 to
cfed0f8
Compare
Fixes #3692
M9.1 Spaces | Allow to also leave rooms when leaving a space
When leaving you have 3 choices, leave all rooms of this space , leave none, or select which one to leave.
Also displays a warning message if you won't be able to re-join or if you are the last admin ...