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": "Whitepaper",
"token": "Token",
"start_new_thread": "Start a New Thread",
"show_stats": "Show Stats",
"hide": "hide",
"board_stats_hour": "In the past hour, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
"board_stats_day": "In the past day, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
"board_stats_week": "In the past week, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
"board_stats_month": "In the past month, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
"board_stats_all": "Since then, <1>{{userCount}}</1> users made <1>{{postCount}}</1> posts",
"board_created": "Board created",
"settings": "Settings",
"home": "Home",
"subscribe": "Subscribe",
@@ -280,5 +273,11 @@
"enable_infinite_scroll": "Enable infinite scroll",
"prev": "Prev",
"next": "Next",
"enable_infinite_scroll_tip": "Does not apply to multiboards, which always use infinite scroll."
"enable_infinite_scroll_tip": "Does not apply to multiboards, which always use infinite scroll.",
"blotter": "Blotter",
"date": "Date",
"hide_blotter": "Hide Blotter",
"message": "Message",
"show_all": "Show All",
"show_blotter": "Show Blotter"
}