vue-advanced-chat
vue-advanced-chat copied to clipboard
A beautiful chat rooms web component compatible with all Javascript frameworks
After some inspect element investigating this is the code aligning my messages to the right. https://github.com/advanced-chat/vue-advanced-chat/blob/87b7ee8790c9b4803e98a1702c841cd4e4abcf0d/src/lib/Room/RoomMessage/RoomMessage.scss#L117-L120 I have found nothing in the docs regarding this kind of customization ### Context...
## Describe the feature When I noticed in Google Chat, the new message line is displayed like this 1. When a new message arrives, open the room and the new...
## Describe the bug  Horrible Link contrast in darkmode ## Steps to reproduce go to https://advanced-chat.github.io/vue-advanced-chat/ toggle to dark
## Describe the bug DO not delete pdf message from storage firestore ## Steps to reproduce 1. Go to demo 2. upload a pdf, send a message 3. delete pdf...
## Describe the bug Switching rooms will trigger the event?
Integrates JJSIP.js to enable voice call functionality within chat rooms. Key changes: - Added `jjsipService.js` to manage JJSIP User Agent, call session lifecycle (make, answer, hangup), and event handling. -...
Hi everyone. I use Nuxt3. When I go to the page with the vue-advanced-chat, I get this error: SyntaxError: "[object Object]" is not valid JSON at JSON.parse () at Proxy.castArray...