Commit graph

11 commits

Author SHA1 Message Date
Chneemann
c6af4e1565
feat(servers): include members in activeServer payload and remove extra fetch
All checks were successful
Deploy Waveform to VPS / deploy (push) Successful in 6m1s
2026-09-17 04:26:21 +02:00
Chneemann
3a119c5891
refactor(members): introduce UserProvider to eliminate prop drilling for member profile popovers
All checks were successful
Deploy Waveform to VPS / deploy (push) Successful in 1m4s
2026-09-10 10:20:41 +02:00
Chneemann
2f4d012d59
feat(legal): add legal notice and privacy pages with footer links 2026-09-08 07:33:22 +02:00
Chneemann
98a982b9fb
feat(chat): integrate UserProfilePopover with direct messaging and friend requests 2026-09-07 13:46:22 +02:00
Chneemann
fb5b007861
refactor(utils): export uuid regex and isValidUuid helper 2026-09-05 11:00:15 +02:00
Chneemann
a5c6778c78
feat(chat): integrate direct messaging into ChatMessages component 2026-09-05 10:56:04 +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
cc8677ae37
feat(servers): add server deletion modal, API endpoint, and delete button to header 2026-08-29 20:10:54 +02:00
Chneemann
b8ed4a5b66
refactor(services): validate UUID parameters with Zod and add error handling to prevent DB errors 2026-08-29 17:36:39 +02:00
Chneemann
4dc68e92a7
feat(servers): implement dynamic server & channel sidebar navigation and layout integration 2026-08-29 17:24:45 +02:00