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"
}