franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Friends #85

Closed altheaden closed 4 months ago

altheaden commented 4 months ago

This PR adds friend functionality to the front end. Users can now send friend requests, see their own requests on their profile, and remove friends or friend requests.

Also wrapped up with this PR is changes made to how image IDs are handled on the back end. Now, users will be assigned the default profile picture at account creation.

fixes #84 fixes #82