Skip to content
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

Duplicate entries in the navigation #38

Open
vojtechsimetka opened this issue Nov 17, 2019 · 2 comments
Open

Duplicate entries in the navigation #38

vojtechsimetka opened this issue Nov 17, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@vojtechsimetka
Copy link
Contributor

Problem

In the current dev portal, the navigation has a duplicate entries - one for opening and closing the navigation and second for the actual page. This makes it quite cumbersome and confusing as seen below.
Screenshot 2019-11-17 at 17 24 35

Suggestion

Solution 1:

Make the actual page have generic title e.g. about.

pros:

  • solves the issue cheaply :)

cons:

  • this could be very limiting

Solution 2:

Make the actual open/close navigation entry clickable and contain the relevant page. Only the + and - symbols would then be used to open/close the navigation.

pros:

  • much more understandable to the users

cons:

  • all the navigation items would have to have content
@vojtechsimetka vojtechsimetka added the enhancement New feature or request label Nov 17, 2019
@mortelli
Copy link
Contributor

mortelli commented Nov 21, 2019

+1 to Solution 2

@mortelli
Copy link
Contributor

regarding this con for Solution 2:

all the navigation items would have to have content

couldn't this be avoided by not wrapping the navigation item text in anchor tag? (i.e. <a href="...">)

zgraya-dev pushed a commit that referenced this issue Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants