mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(mod-queue): add number column, improve time display, and use edited comments
- Add 'No.' column displaying post number - Change 'waiting' to 'submitted' column with formatted date + ago format - Show blinking relative time in parentheses for items awaiting approval - Use useEditedComment hook to display pending edits - Make time column width auto to fit content - Remove unused translation keys (waiting, mod_queue_alert_threshold_tip, view) - Add 'submitted' translation key in all languages
This commit is contained in:
@@ -259,14 +259,12 @@
|
||||
"queue_is_empty": "Queue is empty",
|
||||
"approve": "Approve",
|
||||
"reject": "Reject",
|
||||
"waiting": "Waiting",
|
||||
"filter_by_board": "Filter by board",
|
||||
"mod_queue_alert_threshold": "Mod queue alert threshold",
|
||||
"mod_queue_alert_threshold_tip": "Show a blinking red indicator when items are waiting for longer than this time",
|
||||
"no_content": "No content",
|
||||
"view": "View",
|
||||
"excerpt": "Excerpt",
|
||||
"publishing": "Publishing",
|
||||
"approved": "Approved",
|
||||
"rejected": "Rejected"
|
||||
"rejected": "Rejected",
|
||||
"submitted": "Submitted"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user