aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: use filamento instead of old luz crateHEADmainLibravatar cel 🌸9 days1-28/+31
* feat: delayed message and presence receptionLibravatar cel 🌸11 days1-8/+15
* feat: get chats ordered with latest messagesLibravatar cel 🌸11 days1-59/+89
* fix: chat list item message preview one line onlyLibravatar cel 🌸11 days1-1/+2
* feat: send message on enter (configurable)Libravatar cel 🌸14 days1-0/+44
* fix: spacingLibravatar cel 🌸2025-03-201-19/+16
* feat: 'proper' chats list with latest message timestamps and previewsLibravatar cel 🌸2025-03-201-39/+64
* feat: use toggler for online/offlineLibravatar cel 🌸2025-03-201-17/+69
* fix: chat list ordering now concrete, unaffected by unpredictable runtime tas...Libravatar cel 🌸2025-03-201-4/+6
* feat: message viewLibravatar cel 🌸2025-03-061-77/+214
* feat: store user data in correct dir, or according to configLibravatar cel 🌸2025-03-011-10/+150
* implement config with auto-connect optionLibravatar cel 🌸2025-03-011-20/+49
* implement credential saving with cross-platform keyringLibravatar cel 🌸2025-03-011-10/+103
* move login modal to separate moduleLibravatar cel 🌸2025-03-011-224/+69
* feat: chats and messages view, adaptive layoutLibravatar cel 🌸2025-02-261-48/+207
* implement log-in modalLibravatar cel 🌸2025-02-241-93/+385
* initial commitLibravatar cel 🌸2025-02-221-0/+204