aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Libravatar cel 🌸1-4/+6
task order
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