nss-day-cohort-52 / giffygram-commando-squad

giffygram-commando-squad created by GitHub Classroom
0 stars 0 forks source link

navBar icon imgs/ functionality to message icon and cancel button for messages #27

Closed gcruz63 closed 3 years ago

gcruz63 commented 3 years ago

Changes Made

  1. Modified file navBar and messages to include img icons and functionality. ​

    Steps to Review

  2. Checkout this branch locally.
    git fetch --all
    git checkout branchname
  3. Open a new Terminal tab (⌘T) and navigate to the server directory.
  4. Test app functionality.

    Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is. load the server and check if navBar has icons, then try clicking on the message icon (it should open message form) then click cancel on the message form(this should close the message form)

  5. View code file.

    Confirm file modifications are present as indicated above. Confirm no unused code or extraneous comments exist.

luciidlou commented 3 years ago

the message icon displays the message form when clicked and the message form goes away when cancel is clicked! Looks great! Good to merge!