asyncapi / conference-website

Website for the AsyncAPI online conference
https://conference.asyncapi.com
25 stars 100 forks source link

[FEATURE] Make hamburger menu sticky #455

Open r3yc0n1c opened 1 week ago

r3yc0n1c commented 1 week ago

Why do we need this improvement?

The current menu in the mobile version of the site disappears when scrolling. This behavior negatively impacts user experience, as users must scroll back up to access navigation options. This disrupts the flow of browsing and makes it harder to quickly navigate between pages, especially on a content-heavy site.

How will this change help?

Making the hamburger menu sticky will provide consistent and convenient access to navigation options, enhancing the overall browsing experience. Users will be able to navigate seamlessly without needing to scroll back up.

Screenshots

peek_1

How could it be implemented/designed?

  1. Changing the CSS positioning of the menu from fixed to sticky
  2. Adjusting the top offset to ensure proper alignment with the viewport.
  3. Testing on various devices and screen sizes to ensure compatibility and responsiveness.

🚧 Breaking changes

Yes

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

github-actions[bot] commented 1 week ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

ashmit-coder commented 1 week ago

That sounds great @r3yc0n1c , lets see how the implementation looks!