MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

Typing #43

Closed bekee closed 3 years ago

bekee commented 3 years ago

How can I implement typing effect with the component?

MatheusrdSantos commented 3 years ago

Hi, @bekee. Could you explain better what you need?

bekee commented 3 years ago

When a user is typing a message, I want to use the whisper function in laravel-echo to tell the receiver that the other person. literally I was hoping there could be a slot on the message display area.

MatheusrdSantos commented 3 years ago

Currently, the chat doesn't support this feature yet. But it's a good feature to implement.

I'll implement it when I get some free time. Fell free to create a PR if you really need this feature quickly.

Thanks, @bekee.