aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
3 hoursfeat: better fonts and colorsHEADmainLibravatar cel 🌸1-10/+75
6 hoursfeat: new message styleLibravatar cel 🌸1-1/+5
8 hoursfeat: iconsLibravatar cel 🌸1-38/+49
14 hoursfeat: nicks and avatarsLibravatar cel 🌸1-454/+270
20 hoursi hate everythingLibravatar cel 🌸1-181/+702
2025-03-26fix: use filamento instead of old luz crateLibravatar cel 🌸1-28/+31
2025-03-24feat: delayed message and presence receptionLibravatar cel 🌸1-8/+15
2025-03-24feat: get chats ordered with latest messagesLibravatar cel 🌸1-59/+89
2025-03-24fix: chat list item message preview one line onlyLibravatar cel 🌸1-1/+2
2025-03-21feat: send message on enter (configurable)Libravatar cel 🌸1-0/+44
2025-03-20fix: spacingLibravatar cel 🌸1-19/+16
2025-03-20feat: 'proper' chats list with latest message timestamps and previewsLibravatar cel 🌸1-39/+64
2025-03-20feat: use toggler for online/offlineLibravatar cel 🌸1-17/+69
2025-03-20fix: chat list ordering now concrete, unaffected by unpredictable runtime tas...Libravatar cel 🌸1-4/+6
2025-03-06feat: message viewLibravatar cel 🌸1-77/+214
2025-03-01feat: store user data in correct dir, or according to configLibravatar cel 🌸1-10/+150
2025-03-01implement config with auto-connect optionLibravatar cel 🌸1-20/+49
2025-03-01implement credential saving with cross-platform keyringLibravatar cel 🌸1-10/+103
2025-03-01move login modal to separate moduleLibravatar cel 🌸1-224/+69
2025-02-26feat: chats and messages view, adaptive layoutLibravatar cel 🌸1-48/+207
2025-02-24implement log-in modalLibravatar cel 🌸1-93/+385