issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Migrate to ListView
#85
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #74
Migrated from ListBox to ListView for the message list
The UI can now handle at least 50k messages (as tested) without any lag🚀
Converted manual UI handling to bindings
Fixed queue reaching overflow with u8
Fixed websocket closing connection on certain payload limit
Fixed server side disconnection panics in some cases
On reconnect gschema data is now updated useful in case outdated data is saved locally
Resolves #74