vue-advanced-chat
vue-advanced-chat copied to clipboard
A beautiful chat rooms web component compatible with all Javascript frameworks
The plugin can only work with SSR using workarounds: - https://github.com/antoine92190/vue-advanced-chat/issues/129 - https://github.com/antoine92190/vue-advanced-chat/issues/175 - https://github.com/antoine92190/vue-advanced-chat/issues/265 Working demo code here: https://github.com/antoine92190/vue-advanced-chat-sandbox/tree/nuxt
## Describe the bug It would be nice to add the selected emoji from the picker at the position of the cursor. I have just tested it on my mobile...
## Describe the bug It would be nice if you enter text into the textarea and the messages would stick to the bottom. Of course this should happen only if...
@important. 
## Describe the bug When the room-message field set by the current room is too long and needs to be wrapped, the textarea will not automatically adjust the height, and...
I don't find any proper way to display messages that are sending to server at the moment (saved ones). The problem is that I don't know message ID until server...
## Describe the bug I use modal by bootstrap-vue By default, when this modal is hidden, it deletes the chat-room dom When opened again, the DOM is re-rendered, causing fetchMessage()...
## Is your feature request related to a problem? Please describe I need to indicate that the voice message is being uploaded, this is a bad user experience because if...
There are multiple members in a chat room, and I want to know a message I sent, which members have seen it, Currently I use this package, but I found...
## Describe the bug After entering the emoji suggestion the emoji will break. - Broken in Firefox 105 - Works in Chrome 106 ## Steps to reproduce 1. Go to...