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

Restructure top navigation bar #393

Merged

Conversation

ReeceHumphreys
Copy link
Contributor

Closes #391

Our issue with the search still working even on the home page was that we currently show the search button on mobile landing page but not on desktop. This type of inconsitency is bad + makes it confusing to know when to allow the keyboard shortcuts for triggering search.

This PR restructures the navigation so the search bar is always at the top. As such, it moved it out of the side navigation. Additionally, this PR moves the top links to a second row so they have more room to breath since the search bar is now in the top bar. I think this will be needed in the future anyway as we expand the documentation.


Before:

Screenshot 2023-11-22 at 12 12 05 PM

After:

Screenshot 2023-11-22 at 12 11 20 PM

Copy link
Member

@externl externl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ReeceHumphreys ReeceHumphreys merged commit c657be1 into icerpc:main Nov 27, 2023
2 checks passed
@ReeceHumphreys ReeceHumphreys deleted the top-navigation-restructure branch November 27, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl+K search box missing from landing page
3 participants