vue-beautiful-chat
vue-beautiful-chat copied to clipboard
A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
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?
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...
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.
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`...
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...
This would be a great addition, I think :)
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...
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...