feat(Chat): implement chat incident reporting feature
All checks were successful
Deploy to production / deploy (push) Successful in 1m57s
All checks were successful
Deploy to production / deploy (push) Successful in 1m57s
- Added reportChatIncident method in ChatController to handle reporting of chat incidents. - Introduced a new API route for reporting incidents in chatRouter. - Implemented chatService methods to ensure the chat report table is created and to handle incident data storage. - Enhanced frontend components to allow users to report incidents in both multi and random chat dialogs. - Updated internationalization files to include new strings for reporting functionality in multiple languages.
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
"participantsWithCount": "Participants ({count})",
|
||||
"clickToSelectUser": "Cliquer pour sélectionner",
|
||||
"screamColon": " crie :",
|
||||
"report": "Signaler",
|
||||
"reportConfirmTitle": "Signaler le chat",
|
||||
"reportConfirmMessage": "Voulez-vous vraiment signaler l'utilisateur {user} ? L'historique complet du chat sera enregistré.",
|
||||
"reportSent": "Le signalement a été enregistré avec succès.",
|
||||
"reportError": "Le signalement n'a pas pu être enregistré.",
|
||||
"commandPreviewFallback": "/cr <nom de la salle>",
|
||||
"createRoom": {
|
||||
"toggleShowChat": "Chat anzeigen",
|
||||
@@ -156,7 +161,11 @@
|
||||
"jumptonext": "Diesen Chat beenden",
|
||||
"userleftchat": "Der Gesprächstpartner hat den Chat verlassen.",
|
||||
"startsearch": "Suche nächstes Gespräch",
|
||||
"selfstopped": "Du hast das Gespräch verlassen."
|
||||
"selfstopped": "Du hast das Gespräch verlassen.",
|
||||
"report": "Signaler",
|
||||
"reportConfirm": "Voulez-vous vraiment signaler ce chat ? L'historique complet du chat sera enregistré.",
|
||||
"reportSent": "Le signalement a été enregistré avec succès.",
|
||||
"reportError": "Le signalement n'a pas pu être enregistré."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user