(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:
lebaudantoine
2024-12-05 16:51:34 +01:00
committed by aleb_the_flash
parent 83914f8307
commit e0021dbb80
5 changed files with 95 additions and 5 deletions
+15 -1
View File
@@ -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": ""
}
}