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

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

new feature

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

bug
fixed

## Describe the bug templatesText do mouseover ok but click not working thanks ## Screenshots ![1659495759770](https://user-images.githubusercontent.com/11659606/182515497-4952e30c-7483-42e0-aad8-e04f85c306da.jpg) ![1659495783388](https://user-images.githubusercontent.com/11659606/182515480-a4693435-2651-4ae8-8bdd-2fea6032caca.jpg) ## Device (please complete the following information) - OS: Windows 10 - Browser:...

bug
fixed

## Describe the solution you'd like I want to add a file drag upload function, which is very necessary in some cases.

enhancement
fixed

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

bug

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

enhancement
priority

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

bug
priority

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

bug

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