Clear User Icon Focus on Browser Back Button in Admin, Employee, and User Navbars #146
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
The Navbar user icons in Admin, Employee, and User interfaces stayed highlighted/selected when users navigated using the browser back button. This caused a visual inconsistency and potential confusion about which menu item or icon was active. The change ensures that dropdowns and focus states are cleared when the route changes, providing a smoother and more intuitive user experience.
What changes are included in this PR?
useEffect
in all three Navbar components (Admin, Employee, User) to detect route changes viauseLocation
.Are these changes tested?
SaralSeva.-.Google.Chrome.2025-09-29.17-36-21.mp4
Are there any user-facing changes?