(frontend) notify user when their meeting role changes

Show a notification to the user whenever their role in the meeting
changes, so they immediately see when they have been promoted or
demoted.
This commit is contained in:
lebaudantoine
2026-07-28 20:16:37 +02:00
parent 653326347b
commit b7210e62bb
9 changed files with 91 additions and 0 deletions
@@ -54,5 +54,13 @@
"default": "Your recording is being saved! Well send a notification to your email as soon as its ready."
}
},
"roleChanged": {
"body": "Your role has changed. You are now {{role}}.",
"roles": {
"owner": "Host",
"administrator": "Co-host",
"member": "Member"
}
},
"openMenu": "Open menu"
}