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": "Libro blanco",
"token": "Token",
"start_new_thread": "Iniciar un Nuevo Hilo",
"show_stats": "Mostrar Estadísticas",
"hide": "ocultar",
"board_stats_hour": "En la última hora, <1>{{userCount}}</1> usuarios han enviado <1>{{postCount}}</1> publicaciones",
"board_stats_day": "En el último día, <1>{{userCount}}</1> usuarios han enviado <1>{{postCount}}</1> publicaciones",
"board_stats_week": "En la última semana, <1>{{userCount}}</1> usuarios han enviado <1>{{postCount}}</1> publicaciones",
"board_stats_month": "En el último mes, <1>{{userCount}}</1> usuarios han enviado <1>{{postCount}}</1> publicaciones",
"board_stats_all": "Desde entonces, <1>{{userCount}}</1> usuarios han enviado <1>{{postCount}}</1> publicaciones",
"board_created": "Foro creado",
"settings": "Configuración",
"home": "Inicio",
"subscribe": "Suscribirse",
@@ -280,5 +273,11 @@
"prev": "Anterior",
"next": "Siguiente",
"bottom": "Abajo",
"enable_infinite_scroll_tip": "No aplica a los multiboard, que siempre usan scroll infinito."
"enable_infinite_scroll_tip": "No aplica a los multiboard, que siempre usan scroll infinito.",
"blotter": "Anuncios",
"date": "Fecha",
"hide_blotter": "Ocultar Blotter",
"message": "Mensaje",
"show_all": "Mostrar todo",
"show_blotter": "Mostrar Blotter"
}