Commit Graph
2 Commits
Author SHA1 Message Date
archvillainette e84599d4f9 fix: server-render unread drawer static strings
window.require is undefined in the NodeBB 4 webpack client build, so the
translateText helper never ran and unread drawer strings rendered as raw
[[unread:title]] / [[unread:no-unread-topics]]. Move the static strings into
the benchpress template (translated at render time) and have client.js only
manage the topic <li> rows.
2026-07-17 18:31:43 +02:00
archvillainette 65069ddebd feat: add unread drawer button to topbar 2026-07-17 18:10:41 +02:00