vue-advanced-chat
vue-advanced-chat copied to clipboard
A beautiful chat rooms web component compatible with all Javascript frameworks
It would be nice to add a CSS timer icon for message. If message has an attribute e.g. duration in seconds it will trigger a countdown animation. Something similar to...
## Describe the bug after I select one user tag, it does not work! the reason may be the blur event runs before click event. so, the textarea does not...
## Describe the bug templatesText do mouseover ok but click not working thanks ## Screenshots   ## Device (please complete the following information) - OS: Windows 10 - Browser:...
## Describe the solution you'd like I want to add a file drag upload function, which is very necessary in some cases.
## Describe the bug The scrollbar when switching between rooms has a glitch ## Steps to reproduce 1. Use eg. https://codesandbox.io/s/vac-switchroomscrollbarglitch-42u1uc?file=/src/App.vue which has two rooms with a different amount of...
Fully migrate the library to web component, so it can be used the same way on Vue 2, Vue 3, React, Angular and any other framework. For more information, please...
Feature request. It would be nice to be able to star message. New message action called "Star message". When pressed small star adds to a selected message. This function is...
## Describe the bug The Search bar does not filter correctly after page load. And it seams like that the `fetch-more-rooms` event is not fired correctly. ## Steps to reproduce...
## Describe the bug When i try use props "styles" from my chat, i get error `"[Vue warn]: Invalid prop: type check failed for prop "styles". Expected Object, got String...
This enables two use cases: * Handle message content before it is gone. * Make changes to the UI e.g. in case there is no message typing anymore. ```js export...