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": "Белая бумага",
"token": "Токен",
"start_new_thread": "Начать новую тему",
"show_stats": "Показать статистику",
"hide": "Скрыть",
"board_stats_hour": "За последний час <1>{{userCount}}</1> пользователей опубликовали <1>{{postCount}}</1> сообщений",
"board_stats_day": "За прошлый день <1>{{userCount}}</1> пользователей опубликовали <1>{{postCount}}</1> сообщений",
"board_stats_week": "За прошлую неделю <1>{{userCount}}</1> пользователей опубликовали <1>{{postCount}}</1> сообщений",
"board_stats_month": "За прошлый месяц <1>{{userCount}}</1> пользователей опубликовали <1>{{postCount}}</1> сообщений",
"board_stats_all": "С тех пор <1>{{userCount}}</1> пользователей опубликовали <1>{{postCount}}</1> сообщений",
"board_created": "Форум создан",
"settings": "Настройки",
"home": "Главная",
"subscribe": "Подписаться",
@@ -280,5 +273,11 @@
"prev": "Пред.",
"next": "Далее",
"bottom": "Вниз",
"enable_infinite_scroll_tip": "Не применяется к мультибордам, которые всегда используют бесконечную прокрутку."
"enable_infinite_scroll_tip": "Не применяется к мультибордам, которые всегда используют бесконечную прокрутку.",
"blotter": "Объявления",
"date": "Дата",
"hide_blotter": "Скрыть Blotter",
"message": "Сообщение",
"show_all": "Показать всё",
"show_blotter": "Показать Blotter"
}