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

[FEATURE]: Implemented Sliding Navbar for Mobile View #278

Closed

Conversation

PrityanshuSingh
Copy link

📋 Description

This PR implements a sliding navbar feature for mobile view, allowing the navigation bar to appear from the left side of the screen when the user clicks on the hamburger icon. This feature aims to enhance the user experience on mobile devices by providing a more intuitive and seamless navigation option.

🔨 Changes Made

  • Implemented sliding navbar functionality for mobile view.
  • Added hamburger icon that triggers the sliding navbar.
  • Applied animation to slide the navbar in and out smoothly.
  • Adjusted the layout for responsiveness on different mobile screen sizes.

Fixes #262

✅ Checklist

Before submitting the PR, please make sure you have completed the following:

  • I have followed all the guidelines mentioned in CONTRIBUTING.md.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • I have tested it locally and it works fine.
  • Any dependent changes have been merged and published in downstream modules.

🏷️ Types of Changes

What type of changes does your code introduce? (Check all that apply)

  • New feature (non-breaking change which adds functionality) ✨
  • UI enhancement (non-breaking change which enhances UI) 🎨

📸 Screenshots/Videos

Mobilenavbar.mp4

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🎉 Thank you @PrityanshuSingh for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@PrityanshuSingh
Copy link
Author

@Harshdev098 are there any conflicts or necessary changes you want me to include in the PR in order to get it merged.

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.

[FEATURE REQUEST]: Implement Sliding Navbar for Mobile View
2 participants