♻️(frontend) refactor notification preferences to use Field switch

Adopt unified switch component pattern for notification preferences to
enable future addition of descriptive text per notification type,
improving consistency and providing clearer explanation capability
for notification behaviors.
This commit is contained in:
lebaudantoine
2025-10-22 04:59:06 +02:00
committed by aleb_the_flash
parent dbc66c2f07
commit 0c3bcd81c9
5 changed files with 46 additions and 18 deletions
+9 -3
View File
@@ -76,9 +76,15 @@
"enable": "Aktivieren"
},
"items": {
"participantJoined": "Teilnehmer beigetreten",
"handRaised": "Hand gehoben",
"messageReceived": "Nachricht erhalten"
"participantJoined": {
"label": "Teilnehmer beigetreten"
},
"handRaised": {
"label": "Hand gehoben"
},
"messageReceived": {
"label": "Nachricht erhalten"
}
}
},
"dialog": {