COSC481W-2024Fall / Swoop-In

0 stars 0 forks source link

Started chat features #15

Open RamiDari15 opened 3 days ago

RamiDari15 commented 3 days ago

add:

Added the Chat List Page with functionality to delete chats. Created the Chat Conversation Page with the ability to send and delete messages. change:

Each chat now routes to its respective conversation page but no connection to the backend yet. Messages and chats are handled locally within the component state for now, awaiting backend integration. This commit added the chat list page and individual conversation pages for each chat. This is needed to allow the backend to integrate the front-end functionality with the backend and enable proper testing of chat interactions.

Addresses tasks: 1,2, 3 but still in progress.