UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Add functionality and styling to comment modal #98

Closed tadakane closed 5 months ago

tadakane commented 5 months ago

Description / Changes Made

Portions of this code that utilized AI generation

None

Screenshots (optional)

image

How to Test

  1. Open the app and login to a user, start the backend server and the firestore emulator.
  2. Use postman to follow a user that has posts in firestore. (might have to comment out middleware because it doesn't like the follow route)
  3. Go to friend tab in the app. You should see posts made by the user you followed in step 2.
  4. Click on the comments icon.
  5. See the comments modal. You can now add comments (might have to comment out middleware because it doesn't like the comment route). The trash can icon will be disabled/grayed out until you post your own comment. Once you do, pressing the trash can icon will show a delete button next to comments you (current user) own.

Checklist