Modified file MessageList.js and MessageCard.js and css files to include edit functinality, add friend from chat history functionality, sending and receiving private messages to a friend only visible to a friend and css styling accordingly
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout branchname
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
Example: When user clicks on edit button on a message that user sent, only the can delete and modify.
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
Modified file
MessageList.js and MessageCard.js and css files
to includeedit functinality, add friend from chat history functionality, sending and receiving private messages to a friend only visible to a friend and css styling accordingly
Steps to Review
Checkout this branch locally.
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
View code file.