aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Libravatar cel 🌸2025-03-201-4/+6
| | | | task order
* 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