mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 06:08:29 +00:00
✨(frontend) introduce a notification settings
I extended Room settings with a new tab, allowing users to toggle the sound notification they want. Their choices will be persisted.
This commit is contained in:
committed by
aleb_the_flash
parent
83914f8307
commit
e0021dbb80
@@ -19,6 +19,19 @@
|
||||
},
|
||||
"permissionsRequired": ""
|
||||
},
|
||||
"notifications": {
|
||||
"heading": "",
|
||||
"label": "",
|
||||
"actions": {
|
||||
"disable": "",
|
||||
"enable": ""
|
||||
},
|
||||
"items": {
|
||||
"participantJoined": "",
|
||||
"handRaised": "",
|
||||
"messageReceived": ""
|
||||
}
|
||||
},
|
||||
"dialog": {
|
||||
"heading": ""
|
||||
},
|
||||
@@ -30,6 +43,7 @@
|
||||
"tabs": {
|
||||
"account": "",
|
||||
"audio": "",
|
||||
"general": ""
|
||||
"general": "",
|
||||
"notifications": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user