-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Navigation bar active link stays on add bookmark #3
Comments
I see that this might be confusing, but the Add bookmark button is actually just displayed more prominently because it is the most important action. So when a user looks at the header, this is the action that should stand out, compared to other pages/actions (bookmarklet, settings, logout) that are likely to be rarely used. So I would prefer not to change this, since having the add bookmark button stand out is more important than highlighting the current page. |
This is especially confusing when viewing on a mobile device. |
I agree that the Add bookmark being highlighted in a drop-down menu can be confusing. However I'm still not convinced that adding an outline to the menu item for the current page is the way to go. It seems unnecessary with the other items being rarely used and there would be discrepancy with items like Logout which are an action rather than a route. So instead I moved the Add bookmark link out of the mobile menu and changed it into a smaller link button. So now the drop-down only contains non-highlighted items and it's also easier to access the add bookmark page on mobile. Seems like a decent compromise. |
When navigating between different pages, the navigation bar active link stays on Add Bookmark.
The navigation bar should show the current page as active
The text was updated successfully, but these errors were encountered: