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

Make group dropdown for each section in Navbar #1625

Closed
akshatnema opened this issue May 4, 2023 · 13 comments · Fixed by #2277
Closed

Make group dropdown for each section in Navbar #1625

akshatnema opened this issue May 4, 2023 · 13 comments · Fixed by #2277
Labels
enhancement good first issue Good for newcomers Hacktoberfest Label issues as available for participants of https://hacktoberfest.digitalocean.com

Comments

@akshatnema
Copy link
Member

Reason/Context

With the increase in the number of options inside navigation, it now needs to get converted into dropdowns in the mobile view so that we don't face any further issues with so many options inside the Navbar. I see that website Navbar is already very elongated inside the mobile view which is not good from the user's point of view.

Screenshot

image

Description

Group the sections of the Navbar (like Docs, Tools, etc.) inside each dropdown so that the Navbar is quite precise on the mobile and is not so much scrollable as it is right now.

@ShubhamAXS19
Copy link

can i work on this issue ??

@akshatnema
Copy link
Member Author

Hey @ShubhamAXS19 , there's already a PR opened for this issue by @prajjwalkapoor. Kindly resolve other open issues in the website.

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Sep 7, 2023
@akshatnema akshatnema added Hacktoberfest Label issues as available for participants of https://hacktoberfest.digitalocean.com and removed stale labels Sep 30, 2023
@sujaltangde
Copy link

Hey @akshatnema can I work on this ?

@Adityacodesinpython
Copy link

Hello Team, Can I start working on this issue?

@akshatnema
Copy link
Member Author

Yeah @sujaltangde @Adityacodesinpython, you can work on this issue

@TheEques
Copy link
Contributor

Hey @akshatnema, since there was no activity on this issue, I went ahead and created a PR.

@scientest
Copy link

Hey @akshatnema Can I work on this. ?
It sounds like optimizing the navigation for mobile is a good move. Dropdown menus can help declutter and improve user experience. Have you considered how the hierarchy of options will be structured within the dropdowns?

@scientest
Copy link

i make a simple dropdowns using HTML, CSS
HTML code

<title>Document</title> CSS code .navbar { overflow: hidden; background-color: #333; }

.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

/* Dropdown button styling */
.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

please can i work on this?

@akshatnema
Copy link
Member Author

Hey @scientest, @TheEques has already created PR and worked on this issue. Kindly look into other issues as well and contribute to them.

@Ravi3727
Copy link

@akshatnema can I work on this issue? or is this issue already solved?

@hemanth-kumar-boddeda
Copy link

@akshatnema akshatnema linked a pull request Jan 31, 2024 that will close this issue
@sambhavgupta0705
Copy link
Member

Closing it as completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Good for newcomers Hacktoberfest Label issues as available for participants of https://hacktoberfest.digitalocean.com
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants