Keithpohl82 / Fridget

0 stars 3 forks source link

User Story: Display Username on Navbar #42

Closed abarkera4 closed 1 day ago

abarkera4 commented 2 days ago

User Story: Display Username on Navbar

Title

As a logged-in user, I want to see my username displayed on the Navbar instead of a login button, so that I can quickly confirm I am logged in.

Description

Currently, the Navbar component shows a login button even when a user is logged in. This enhancement should replace the login button with the user’s username when they are authenticated. The username should eventually serve as a link to the UserProfile page. Additionally, a small profile picture/avatar should be displayed next to the username. The login button in question is the one on the far right of the navbar.

Acceptance Criteria

Additional Notes

Consider using CSS to format the avatar and username compactly on the Navbar.

Priority

Medium

Effort Estimate

Low

Keithpohl82 commented 20 hours ago

Moved back to "In progress" until photo upload and storage added. Complete otherwise.