rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Add icons to show message status #202

Closed Thalysonb closed 1 year ago

Thalysonb commented 2 years ago

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.

rpaschoal commented 1 year ago

This project has been archived and is no longer maintained.