-
Notifications
You must be signed in to change notification settings - Fork 9
Make DM page responsive #31
Copy link
Copy link
Open
Description
- Seperate each chats to routes
- Frontend
- When the dm page opens, Leave the send message component on the right and the list of chats on the left.
route -/direct/inbox/. - If a chat gets selected, remove the send message component and show messages in that chat on the right.
route -/direct/t/${chatId}/.
- When the dm page opens, Leave the send message component on the right and the list of chats on the left.
- Backend
- The backend route to get all messages -
/msg/:conversationId. - The backend route to get all of the signed in user's conversations -
/cs/:userId
- The backend route to get all messages -
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels