fix top bar bubbles (#9)

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-06-26 16:59:08 +00:00
parent af43bb3129
commit a26386895f
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ Follow the current NodeBB theme model:
- Template overrides belong under `templates/` and must preserve the same relative path as the Harmony template they replace.
- Do not copy or redefine Harmony templates unless an actual override is needed.
- If a template does not exist here, NodeBB inherits it from the configured base theme.
- In the Westgate topbar, notification, chat, draft, and navigation count bubbles must honor NodeBB/Harmony's `hidden` class and only display when there is an actual count to check.
NodeBB theme documentation: https://docs.nodebb.org/development/themes/