(frontend) add emoji reactions feature

Implement a new reactions system allowing users
to send quick emoji responses during video calls.
This feature is present in most visio softwares.

Particulary this commit:
- Add ReactionsButton to control bar with emoji selection
- Support floating emoji animations
This commit is contained in:
Arnaud Robin
2025-02-19 00:39:19 +01:00
committed by aleb_the_flash
parent 16929bcc83
commit b962dddbf2
14 changed files with 312 additions and 6 deletions
@@ -12,5 +12,8 @@
"lowerHand": {
"auto": "It seems you have started speaking, so your hand will be lowered.",
"dismiss": "Keep hand raised"
},
"reaction": {
"description": "{{name}} reacted with {{emoji}}"
}
}