Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-24 | fix: chat list item message preview one line only | 1 | -1/+2 | ||
2025-03-21 | feat: send message on enter (configurable) | 2 | -3/+60 | ||
2025-03-20 | fix: spacing | 2 | -38/+78 | ||
2025-03-20 | feat: 'proper' chats list with latest message timestamps and previews | 1 | -39/+64 | ||
2025-03-20 | feat: use toggler for online/offline | 1 | -17/+69 | ||
2025-03-20 | fix: chat list ordering now concrete, unaffected by unpredictable runtime ↵ | 1 | -4/+6 | ||
task order | |||||
2025-03-06 | feat: message view | 2 | -77/+383 | ||
2025-03-01 | feat: store user data in correct dir, or according to config | 2 | -92/+154 | ||
2025-03-01 | implement config with auto-connect option | 1 | -20/+49 | ||
2025-03-01 | implement credential saving with cross-platform keyring | 2 | -18/+157 | ||
2025-03-01 | move login modal to separate module | 2 | -224/+216 | ||
2025-02-26 | feat: chats and messages view, adaptive layout | 1 | -48/+207 | ||
2025-02-24 | implement log-in modal | 1 | -93/+385 | ||