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

Add friends list #12

Closed altheaden closed 7 months ago

altheaden commented 7 months ago

Added a friends list to each profile, so a user's friends will be listed with links to their respective profiles.

I also added a change that will eventually check if a user is logged in to see if the header should display the user's name and pfp or the login button. There is currently only a dev workaround to manually switch from one to the other, until I get logging in sorted on the template side.

altheaden commented 7 months ago

@franklindyer I made those changes, can you give it another look and merge if you like it?