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:
@@ -260,14 +260,12 @@
|
||||
"queue_is_empty": "队列为空",
|
||||
"approve": "批准",
|
||||
"reject": "拒绝",
|
||||
"waiting": "等待中",
|
||||
"filter_by_board": "按板块筛选",
|
||||
"mod_queue_alert_threshold": "审核队列警报阈值",
|
||||
"mod_queue_alert_threshold_tip": "当项目等待时间超过此时长时显示闪烁的红色指示器",
|
||||
"no_content": "无内容",
|
||||
"view": "查看",
|
||||
"excerpt": "摘要",
|
||||
"publishing": "发布中",
|
||||
"approved": "已批准",
|
||||
"rejected": "已拒绝"
|
||||
"rejected": "已拒绝",
|
||||
"submitted": "已提交"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user