-
Notifications
You must be signed in to change notification settings - Fork 27
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
ISSUE #93 (solved) Code Optimization and UI Enhancements for Navbar Component #94
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello @Sumanth077s, thank you for your pull request! We will review it shortly. 😇❣️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I'll do it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made changes now it shouldn't overlap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added changes
@Sumanth077s See :( |
How can I see the deployment after when I made changes |
It's asking for team access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check once
hey @Sumanth077s i can not give you the team access due to the privacy reasons |
🎯 Title and Issue Number
Closes #93
🗒️ Checklist:
rules of when PR will get merged.
README.md
Thank you for contributing!❤️
Don't forget to show some support by ⭐ the repository!
Description:This pull request introduces several optimizations and minor UI improvements to the Navbar component. The changes improve code readability, maintainability, and styling consistency while preserving the original functionality.
Summary of Changes:
Code Consistency:
Renamed alata to montserrat to align with the imported font's name.
Renamed GIthubButton to GithubButton for consistent naming conventions.
Logic Simplification:
Replaced redundant {""} fragments with clean syntax.
Updated the toggleHamburger function to a concise arrow function.
UI and Styling Improvements:
Enhanced animation using transition-transform.
Adjusted spacing classes (e.g., mb-[50px] → mb-12) for better readability.
Improved layout consistency for the hamburger menu and navigation items.
Redundant Code Removal:
Removed unnecessary before: styles from
Simplified component structure by eliminating extra wrapper elements.
Readability Improvements:
Organized related sections (e.g., logo and menu) for better clarity.
Reformatted code with proper indentation for easier maintenance.
Impact:
Improved Code Quality: The component is now more readable and easier to maintain.
Consistent UI: Enhanced layout and animation for a smoother user experience.
Reduced Redundancy: Simplified logic and structure with no functional loss.