feat(Moderation): implement moderation reports feature
All checks were successful
Deploy to production / deploy (push) Successful in 2m1s
All checks were successful
Deploy to production / deploy (push) Successful in 2m1s
- Added moderationRouter to handle moderation-related API routes. - Introduced new methods in AdminController for fetching all regions, region types, and creating regions. - Enhanced adminRouter with routes for moderation reports and status updates. - Updated navigationController to include moderation reports in the admin menu. - Implemented frontend components for reporting messages in the forum and managing moderation reports. - Added internationalization support for moderation-related texts in multiple languages.
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
"adminUsers": "Benutzer",
|
||||
"adminUserStatistics": "Statistiques des utilisateurs",
|
||||
"adminContacts": "Kontaktanfragen",
|
||||
"adminModerationReports": "Signalements de modération",
|
||||
"adminUserRights": "droite",
|
||||
"adminForums": "Gestion des forums",
|
||||
"adminChatRooms": "Chaträume",
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
},
|
||||
"m-administration": {
|
||||
"contactrequests": "Kontaktanfragen",
|
||||
"moderationReports": "Signalements de modération",
|
||||
"users": "Benutzer",
|
||||
"userrights": "Benutzerrechte",
|
||||
"m-users": {
|
||||
|
||||
Reference in New Issue
Block a user