feat(blotter): replace board stats with changelog-backed blotter

Add static blotter snapshot, route /blotter, compact board blotter (Hide/Show All).
Include yarn blotter tooling and AGENTS rules so every changelog version has a
release line. 4chan-style table UI, subplebbit→board and plebchan→5chan in messages.
This commit is contained in:
plebeius
2026-02-22 19:37:49 +08:00
parent a13c72f888
commit 0cb7b1a970
54 changed files with 1180 additions and 430 deletions
+7 -8
View File
@@ -11,14 +11,7 @@
"whitepaper": "Bản trắng",
"token": "Token",
"start_new_thread": "Bắt đầu một chủ đề mới",
"show_stats": "Hiển thị Thống kê",
"hide": "Ẩn",
"board_stats_hour": "Trong giờ qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_day": "Trong ngày qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_week": "Trong tuần qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_month": "Trong tháng qua, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_stats_all": "Từ đó, <1>{{userCount}}</1> người dùng đã đăng <1>{{postCount}}</1> bài",
"board_created": "Diễn đàn được tạo",
"settings": "Cài đặt",
"home": "Trang chủ",
"subscribe": "Đăng ký",
@@ -280,5 +273,11 @@
"prev": "Trước",
"next": "Tiếp theo",
"bottom": "Dưới cùng",
"enable_infinite_scroll_tip": "Không áp dụng cho đa bảng, luôn sử dụng cuộn vô hạn."
"enable_infinite_scroll_tip": "Không áp dụng cho đa bảng, luôn sử dụng cuộn vô hạn.",
"blotter": "Thông báo",
"date": "Ngày",
"hide_blotter": "Ẩn Blotter",
"message": "Tin nhắn",
"show_all": "Hiển thị tất cả",
"show_blotter": "Hiển thị Blotter"
}