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": "Începeți un nou fir de discuție",
"show_stats": "Afișează statistici",
"hide": "Ascunde",
"board_stats_hour": "În ultima oră, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_day": "În ultima zi, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_week": "În ultima săptămână, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_month": "În ultima lună, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_stats_all": "De atunci, <1>{{userCount}}</1> utilizatori au făcut <1>{{postCount}}</1> postări",
"board_created": "Forum creat",
"settings": "Setări",
"home": "Acasă",
"subscribe": "Abonare",
@@ -280,5 +273,11 @@
"prev": "Anterior",
"next": "Următorul",
"bottom": "Jos",
"enable_infinite_scroll_tip": "Nu se aplică la multiboard-urile, care folosesc întotdeauna defilarea infinită."
"enable_infinite_scroll_tip": "Nu se aplică la multiboard-urile, care folosesc întotdeauna defilarea infinită.",
"blotter": "Anunțuri",
"date": "Dată",
"hide_blotter": "Ascunde Blotter",
"message": "Mesaj",
"show_all": "Afișează toate",
"show_blotter": "Afișează Blotter"
}