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:
plebeius
2026-01-11 12:28:21 +01:00
parent a23f5bc238
commit a33b2e5a9a
37 changed files with 105 additions and 148 deletions
+2 -4
View File
@@ -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": "جمع کرایا گیا"
}