Chat and Search Behaviour NodeBB 3.x
-
-
Can't disable chat message editing for admins right now without modifying the code here
-
Harmony has a setting in the theme settings to enable chat modals, which don't cover the whole screen.
- Looks like the css rules aren't correct for you. This is what it looks like for me on persona
You might have to make sure you are on correct version and run
./nodebb build
-
-
Hi @baris
We have found what seems to be a bug with the Persona chat modal.chat-modal
class is spanned across the screen even though the actual chat modal ismodal-content
class. When the chat modal is open, nothing above and to the right behind it are clickable.- When we have opened multiple chats, it's stacked on top of each other so if we want to go to another open chat, we need to minimise the one we opened last.
- When we move it all the way down, it disappears and if we want to take it back, we need to refresh the page
-
Update: I did a local build and tested using multiple browsers. Still the behaviour is the same as https://community.nodebb.org/post/98116
Copyright © 2024 NodeBB | Contributors