Commit graph

12 commits

Author SHA1 Message Date
Chneemann
a2c0de037f
feat(chat): add submit button and auto-resizing textareas for multiline messaging 2026-09-06 12:45:25 +02:00
Chneemann
441a6c4453
fix(chat): correct apiEndpoint routing for direct messages in ChatItem 2026-09-05 15:35:32 +02:00
Chneemann
a5c6778c78
feat(chat): integrate direct messaging into ChatMessages component 2026-09-05 10:56:04 +02:00
Chneemann
4e6bf60577
refactor(chat): split ChatItem into ChatItemActions and ChatItemEdit components 2026-08-31 09:45:26 +02:00
Chneemann
da3a037b9d
feat(chat): add date divider between messages in ChatMessages 2026-08-31 09:39:57 +02:00
Chneemann
e610b6c9db
feat(chat): add PATCH /api/messages/[messageId] endpoint and message inline editing UI 2026-08-31 09:24:37 +02:00
Chneemann
4f49caf1f1
feat(chat): add DELETE /api/messages/[messageId] endpoint and message deletion UI 2026-08-30 19:55:26 +02:00
Chneemann
ac8392569b
feat(chat): add POST /api/messages endpoint and update ChatInput to send messages 2026-08-30 19:44:48 +02:00
Chneemann
0e6ee4dab2
refactor(ui): extract UserAvatar component and extend NextAuth session types 2026-08-30 15:37:28 +02:00
Chneemann
4dc68e92a7
feat(servers): implement dynamic server & channel sidebar navigation and layout integration 2026-08-29 17:24:45 +02:00
Chneemann
580afe8978
feat(auth): add login, registration pages, session integration, and logout functionality 2026-08-28 19:41:18 +02:00
Chneemann
9d175303f5
feat(layout): implement core layout structure and navigation sidebars 2026-08-28 15:08:27 +02:00