NodeBB 3.4.0
-
@crazycells reactions in chat modals should be fixed
-
I recommend add
overflow-auto
tomain-nav
, when we have 15+ icons in left navigation menu and not big height window size, we can't view all icons.Example:
For now the window height
540px
and have visibility all icons in navbar:
Next we change window height and now we can't view other icons:
With
overflow-auto
we can fix this problem... -
-
Love it, thank you!
-
Small bug @baris
I created a chat room and I no longer have the rights to it.
Unable to rename the room or delete users
Obliged to log in with the Admin default account by and to restore my salon owner account to regain rights.
. -
Releases · NodeBB/NodeBB
Node.js based forum software built for the modern web - Releases · NodeBB/NodeBB
GitHub (github.com)
last release is 3.4.3 @cagatay
-
I think we need fix container size for tablets, current we have very big empty place on left and right...
https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/header.tpl#L42
https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/partials/header/brand.tpl#L2Replace
container
tocontainer-lg
Before (topic)
After (topic)
Before (categories)
After (categories)