(frontend) notify user when hands are raised

Using toast, first draft of a toast notification inspired by Gmeet.
Users can open the waiting list to see all the raised hands.
This commit is contained in:
lebaudantoine
2024-09-10 15:42:37 +02:00
committed by aleb_the_flash
parent e21858febe
commit a402c2f46f
9 changed files with 144 additions and 5 deletions
@@ -2,5 +2,9 @@
"defaultName": "A contributor",
"joined": {
"description": "{{name}} join the room"
},
"raised": {
"description": "{{name}} raised its hand.",
"cta": "Open waiting list"
}
}