vue-quick-chat icon indicating copy to clipboard operation
vue-quick-chat copied to clipboard

Quote message

Open antirek opened this issue 4 years ago • 4 comments

Answer to specified message. For example, button with arrow on side of message text. After click append quoted message before answer message.

antirek avatar Dec 25 '20 05:12 antirek

Hi, @antirek! That's a nice feature to implement. I'll implement it as soon as possible.

Feel free to implement this feature if you prefer.

Thanks!

MatheusrdSantos avatar Dec 26 '20 22:12 MatheusrdSantos

shouldn't this be a reference to the old message rather than duplicating/appending existing text?

vonec avatar Jan 07 '21 04:01 vonec

@MatheusrdSantos are you still accepting PRs?

vonec avatar Jan 07 '21 22:01 vonec

Hi, @vonec ! I still accepting PRs.

You are right, It's better to be just a reference to a previous message. But I guess we need to show part of the message that is being referenced.

MatheusrdSantos avatar Jan 08 '21 00:01 MatheusrdSantos