Feat: Enhance navbarwith glassmorphism and premium micro-interactions#1243
Open
Sree-8639 wants to merge 1 commit into
Open
Feat: Enhance navbarwith glassmorphism and premium micro-interactions#1243Sree-8639 wants to merge 1 commit into
Sree-8639 wants to merge 1 commit into
Conversation
|
@Sree-143 is attempting to deploy a commit to the shashankss1205's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
The failing CI checks appear unrelated to this navbar change. Build failure:
E2E failure:
No backend/parser/test configuration files were modified in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎨 Navbar Enhancement with Glassmorphism & Premium Micro-Interactions
Resolves #1189
✨ Changes Made
1. Glassmorphism Navbar Background
backdrop-filter: blur(10px)2. Improved Active Link Highlighting
useEffecthook3. Smooth Hover & Transition Effects
hover:scale-105with glow effect4. Enhanced Button Styling
5. Navbar Entrance Animation
6. Responsive Improvements
📁 Files Modified
website/src/components/Navbar.tsx🔍 Implementation Details
useEffecthook for scroll listeneractiveAnchor,isScrolled✅ Verification
🚀 Testing Recommended
Resolves: #1189
Type: Feature/Enhancement
Impact: Visual/UX improvement only, no breaking changes