Project-Chirp / chirp-frontend

Frontend of Chirp
2 stars 3 forks source link

T75, T79: Update profile routes and provide placeholder picture and banner #80

Closed NasihNazeem closed 8 months ago

NasihNazeem commented 8 months ago

This PR resolves #79 and resolves #75. This updates the profile page route to a variable that is a selected user's username. There has also been an update to the profile picture and banner to be more of a template rather than customizable. Lastly, we have updated the requests to send the username which as been passed as a parameter in the URL. This also introduces changes to provide routes from each displayName found on the app and any avatar. This is mainly to optimize for SEO so you can look up usernames instead of needing to remember user IDs

Lastly, stylistic updates to the profile page include a border to the profile picture and divider updates to the ExpandedPostReplies and PostItem