-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
MVPIssues that will get us to our minimum viable productIssues that will get us to our minimum viable productenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Problem
Currently, the navbar gives the impression that users are always logged in, and there is no feedback when a user successfully logs in. This lack of dynamic feedback can be confusing. Updating the navbar to display the user's name when they are logged in will improve the user experience and provide clearer login status.
Objectives
- Modify the navbar to dynamically display the user's name when they are logged in.
- Ensure that the navbar correctly updates when a user logs out or when no user is logged in.
- Add a clear visual indication that reflects the user's login state.
Acceptance Criteria
- 1. The navbar displays the logged-in user's name.
- 2. The navbar dynamically updates to show login status (logged in vs logged out).
- 3. Documentation updated to explain how the navbar login feedback works.
Metadata
Metadata
Assignees
Labels
MVPIssues that will get us to our minimum viable productIssues that will get us to our minimum viable productenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers