Commit Graph

3 Commits

Author SHA1 Message Date
f19375254f Create chat modal UI & session login for WS auth
Backend: initialize a Django session on token obtain (login) so AuthMiddlewareStack can authenticate WebSocket connections; validate the token serializer and map TokenError -> InvalidToken; call django_logout on logout to destroy the session. Frontend: add a CreateChatModal component (DM/group creation) with user search, selection, validation, API mutation and cache invalidation; wire modal into ChatSidebar and add Czech translations for the new UI strings.
2026-05-28 08:40:55 +02:00
d52af2c495 chat implemented, testing needed 2026-05-20 00:52:56 +02:00
202ce22102 added frontend for social + feed partiali working 2026-05-18 02:25:47 +02:00