feat(ModerationReports): enhance moderation reports functionality and UI
All checks were successful
Deploy to production / deploy (push) Successful in 2m3s
All checks were successful
Deploy to production / deploy (push) Successful in 2m3s
- Added topic and forum IDs to moderation report queries for better context. - Updated admin interface to include links to open reported forum messages. - Implemented methods to handle opening target messages directly from the moderation reports view. - Enhanced internationalization support for new UI elements in both German and English. - Improved scrolling behavior to focus on specific messages when navigating to them.
This commit is contained in:
@@ -547,7 +547,9 @@
|
||||
"in_review": "In Prüfung",
|
||||
"resolved": "Erledigt",
|
||||
"rejected": "Abgelehnt"
|
||||
}
|
||||
},
|
||||
"openTarget": "Zum Beitrag",
|
||||
"targetLink": "Link"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -547,7 +547,9 @@
|
||||
"in_review": "In review",
|
||||
"resolved": "Resolved",
|
||||
"rejected": "Rejected"
|
||||
}
|
||||
},
|
||||
"openTarget": "Open post",
|
||||
"targetLink": "Link"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user