All user-facing strings across app.js, routes/auth.js, lib/render.js
and lib/mediabotRepository.js have been translated to English. This covers
page titles, section headers, table headers, error messages, pagination,
filter bars, empty states, and nav labels.
The hero h1 and login panel heading were using clamp() values that
produced massive text (up to 5.8rem) requiring the user to scroll past
the hero before seeing any content. Font sizes are now fixed and compact,
and hero padding has been tightened across the board.
Remaining items from the audit backlog:
app.js into dedicated route files + extract lib/metrics.js/users and /channels/usersgetKnownChannelRelatedTables() callsYou must be logged in to reply.