uchill/backend/apps/chat
Dev Server 1b06404d64 feat: chat fixes, header cleanup, scrollbar, UI improvements
- chat: fix create_direct endpoint (was /chats/ → /chats/create_direct/ with user_id)
- chat: fix backend NotSupportedError — remove select_for_update()+distinct() combo
- chat: normalize chat objects (participant_id from other_participant.id)
- chat: enrich new chats with contact data so contacts section updates correctly
- chat: sendMessage — JSON when no file, FormData only with attachment
- chat: show send errors in UI instead of silent catch
- header: hide search, language, contacts, workspaces, account buttons
- theme: thin custom scrollbar (6px, theme-aware light/dark)
- settings: always high contrast, vertical nav only, purple default, Inter font
- settings-button: replaced gear icon with dark/light toggle + fullscreen button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 21:25:36 +03:00
..
migrations feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
__init__.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
admin.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
apps.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
consumers.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
models.py fix bugs 2026-02-21 23:50:05 +03:00
permissions.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
routing.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
serializers.py fix bugs 2026-02-23 15:44:27 +03:00
services.py feat: chat fixes, header cleanup, scrollbar, UI improvements 2026-03-09 21:25:36 +03:00
tasks.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
urls.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
utils.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
views.py fix bugs 2026-02-21 23:50:05 +03:00