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

A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.

Results 34 vue-beautiful-chat issues
Sort by recently updated
recently updated
newest added

Is it possible to render chat other than in the right corner? Or is it possible to extend chat window and make it to fill all parent div element?

enhancement
pinned

For my current project I needed to insert emojis into the input field rather then send them as a message directly. This PR includes changes to realize that. I have...

pinned

https://github.com/mattmezza/vue-beautiful-chat/issues/173

pinned

If backward-compability is needed then we gotta do some checks and make `authorID` not required. Right now there is new prop needed, `authorId` which is current user id.

pinned

This feature request is about to extend the existing file sharing feature. As of writing, this library has a `FileMessage` component already, which renders the given URL from the `data.file.url`...

pinned

If the message is just a plain url, try to understand the kind of media to show. e.g.: - If youtube link then show the video preview - if image...

enhancement
pinned

This would be a great addition, I think :)

enhancement
pinned

If you press "alt" it handles it as a typing event, so when you alt+tab out of the browser, it's as if you were typing. I believe a typing event...

enhancement
good first issue
pinned

I'd like to have option for changing author `me` as it would erase needment for writing middleware that would be replacing it for correct id (possibly with huge performance impact...

help wanted
pinned