vue-advanced-chat icon indicating copy to clipboard operation
vue-advanced-chat copied to clipboard

A beautiful chat rooms web component compatible with all Javascript frameworks

Results 104 vue-advanced-chat issues
Sort by recently updated
recently updated
newest added
trafficstars

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

bug
priority

## 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...

bug
priority

## 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...

bug
priority

@important. ![image](https://user-images.githubusercontent.com/102787302/203481302-6e6dba01-1dc6-4fe8-acc8-2dc65f82c551.png)

enhancement
priority

## 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...

bug

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...

bug

## 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()...

bug

## 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...

enhancement

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...

new feature

## 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...

bug
fixed