Commit Graph

19 Commits

Author SHA1 Message Date
d325511d0e added room actions: leave and delete, and improved connection error handling 2026-01-17 07:09:52 +01:00
f82a93e81e refactor: handling single websocket that handles all rooms the user is in, and added (not persistent) unread message count 2026-01-16 11:36:09 +01:00
9e6f8630fa fixed and improved profile pictures 2026-01-13 17:32:39 +01:00
8b144d87f4 fullstack: added profile pictures/avatars to accounts and improved settings page layout 2026-01-11 18:04:24 +01:00
2612f1b4d1 added decline action for friend requests and room invites 2026-01-05 20:57:25 +01:00
2f230a4465 implemented progressive message fetching on scroll 2026-01-05 19:34:29 +01:00
9e855d52c7 renamed account page to settings page and improved layout 2026-01-03 23:32:54 +01:00
f71d1ff9ac added update profile modal, adjusted forms, and fixed account update in backend 2026-01-03 19:46:31 +01:00
e3f9b3b8e9 added room invite button in rooms that should have it 2025-12-31 15:44:45 +01:00
e7a575ae03 added roominvites in frontend in a notifications page and added clap to define backend port 2025-12-31 12:14:46 +01:00
fb514f1efe fixed network config and wrong paths in frontend 2025-12-29 22:12:39 +01:00
610fd74e89 improved mobile layout 2025-12-29 10:47:36 +01:00
dd293c8e3d reworked the chat layout and fixed a rate limiting mistake 2025-12-28 20:29:13 +01:00
2e2e9a76f9 added frontend for friendships, and fixed logic around conflicts 2025-12-18 13:36:03 +01:00
2572db7a24 added global room creation in frontend and fixed global rooms 2025-12-18 08:06:20 +01:00
4d939f611d added an authenticated room websocket for messages 2025-12-15 19:51:31 +01:00
5c1f5ab16b added timestamps to messages 2025-12-15 17:33:13 +01:00
0714088d4b added token storage in a store, and improved layout on mobile 2025-12-15 16:24:30 +01:00
d6a26c0d09 created frontend with login, room listing and creation, and message page with all features 2025-12-15 14:50:50 +01:00