(frontend) allow lowering all hands at once

Inspired from Gmeet. Add a button to lower all hands at once.
It should be quite useful for room moderator/admin.

The UX might feel strange, having this action button at the top of
the list, but I could not figure out a better layout. In terms of
UX I feel this is the best we can provide. However, the UI should
definitely be improved.
This commit is contained in:
lebaudantoine
2024-09-03 11:25:35 +02:00
committed by aleb_the_flash
parent 584be7e65b
commit c8023573c6
7 changed files with 57 additions and 3 deletions
+2 -1
View File
@@ -68,6 +68,7 @@
"cancel": ""
},
"raisedHands": "",
"lowerParticipantHand": ""
"lowerParticipantHand": "",
"lowerParticipantsHand": ""
}
}