farooqkz / chooj

Matrix chat app for KaiOS feature phones supporting voice calls
74 stars 13 forks source link

Indicate if the message hasn't been sent, yet #80

Closed farooqkz closed 1 year ago

farooqkz commented 1 year ago

When a message is sent by the user, it takes some time till the server receives the message. It would be nice if chooj was telling the user somehow that the message still is not sent. Maybe an animation which turns text color from red to black and vice versa?

strukturart commented 1 year ago

how about one of these css animations: https://cssloaders.github.io/

farooqkz commented 1 year ago

how about one of these css animations: https://cssloaders.github.io/

These suit loading others' messages. This issue is about message sent by users themselves.