feat(mod-queue): improve compact view and add pending approval features

- Update excerpt format to show both title and content (title: content)
- Add Type and Image columns to compact view (desktop and mobile)
- Show parent post above replies in feed view
- Add approve/reject buttons to post page for pending posts when user is mod
- Translate pending approval string across all languages
- Reorder columns: No., Excerpt, Submitted, Type, Image, Actions
- Right-align Type and Image columns in desktop view
This commit is contained in:
plebeius
2026-01-26 16:31:15 +08:00
parent 28873478a2
commit fa4ec6da40
40 changed files with 525 additions and 57 deletions
+5 -1
View File
@@ -272,5 +272,9 @@
"alert_threshold": "Prag de alertă",
"modQueue.viewLabel": "View",
"modQueue.compact": "Compact",
"modQueue.feed": "Feed"
"modQueue.feed": "Feed",
"type": "Type",
"yes": "Yes",
"no": "No",
"pending_mod_approval": "Pending mod approval, not visible to users"
}