Commit Graph
15 Commits
Author SHA1 Message Date
strawberries 9c3f1df268 fixed clippy errors
Rust lint and build / Rust CI (push) Successful in 2m55s
2026-06-03 15:44:35 +02:00
strawberries fbf7eea59a reworked api errors, now returning proper error codes 2026-01-28 19:51:23 +01:00
strawberries 30dc7475c2 added voice chat websocket route 2026-01-25 17:13:05 +01:00
strawberries 96837fcc21 added server-side user unread_count to rooms 2026-01-16 12:39:00 +01:00
strawberries 37e6bb25fc refactor: clients now have a single websocket that handles all rooms the user is in 2026-01-16 11:35:07 +01:00
strawberries 0e8ef49cfd added profile pictures to messages and improved chat page layout 2026-01-11 21:00:33 +01:00
strawberries 7732fbec32 implemented progressive message fetching on scroll 2026-01-05 19:34:29 +01:00
strawberries fb4e827b12 added room invite button in rooms that should have it 2025-12-31 15:44:45 +01:00
strawberries bd99c82d2d added room invites in backend 2025-12-31 10:21:17 +01:00
strawberries c0043dcc15 a bunch of frontend layout adjustments, and fixed message duplication by adding uuids 2025-12-28 22:50:16 +01:00
strawberries d20962101e added global rooms in backend and fixed room membership checks 2025-12-17 17:14:39 +01:00
strawberries ffc2e99cc7 added an authenticated room websocket for messages 2025-12-15 19:51:31 +01:00
strawberries 5c3cfdafe4 added timestamps to messages 2025-12-15 17:33:13 +01:00
strawberries 5ec961255d fixed room creation not giving membership 2025-12-15 15:02:36 +01:00
strawberries 43a55a9a7c split frontend and backend to initialize tauri frontend 2025-12-15 13:42:55 +01:00