issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Show a spinner when a message is unprocessed
#76
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #55
If disconnected from the server any sent messages will now show a spinner beside it
If disconnected from the server any deleted message will now show a spinner until connected instead of deleting it from the UI prematurely.
Fixed message syncing
If a deleted message exists in the UI it now gets deleted
While syncing messages are now properly ordered in the UI instead of prematurely inserting it at the index 0
Resolves #55