feat(posts): add purge UI feedback for mods

Show Purged author/ID, red content message, and file-deleted media when
post.commentModeration.purged is true. Mirrors removal UI pattern.
This commit is contained in:
plebeius
2026-03-06 21:44:33 +08:00
parent c69c46442b
commit ae744d0f78
40 changed files with 163 additions and 54 deletions
+3 -1
View File
@@ -297,5 +297,7 @@
"link_to_file": "ফাইলের লিংক",
"support_5chan": "5chan সমর্থন করুন",
"images": "ছবি",
"load_more": "আরও লোড করুন"
"load_more": "আরও লোড করুন",
"purged": "purged",
"this_post_was_purged": "Purging from board database — this process is irreversible."
}