steelesh / UCollab

IT SR Capstone project
https://steelesh.github.io/UCollab/
0 stars 0 forks source link

Profile Pages #69

Closed thomasza92 closed 1 week ago

thomasza92 commented 1 week ago

This PR sort of Resolves #37

Profile pages are working but need to be made nice looking. Dynamic page routing for user profiles is now working. I also just now noticed that I left the exports for each page as 'Accessibility' since I was copying the basic format of that page over to each of the others, so I fixed that problem as well.

Note that to get the placeholder Avatars working I had to add the random avatars website to next.config.js. This should obviously be removed in production.

steelesh commented 1 week ago

great work!!