ng-chat icon indicating copy to clipboard operation
ng-chat copied to clipboard

Add icons to show message status

Open Thalysonb opened this issue 3 years ago • 0 comments

I'd like to be able to see the status of the message, represented by an icon, on the screen. Something like:

Captura de Tela 2022-02-11 às 12 08 45

These icons can be passed by parameters to ng-chat component, with the status type. I thought on something like this for example:

[ { status: 'sent', icon: 'icon_url' } ]

Also wold be nice if on this object we could pass an property to use when we need resend an message that was not sent, like on image above.

And finally, wold be nice if the library had a method to update the message history, to use when the message status change.

Thalysonb avatar Feb 12 '22 01:02 Thalysonb