| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@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. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
The failing CI checks appear unrelated to this navbar change. Build failure: tests/integration/test_parser_goldens.py tests/e2e/test_user_journeys.py |
Sorry, something went wrong.
|
The failing CI checks appear unrelated to this navbar change. Build failure: tests/integration/test_parser_goldens.py tests/e2e/test_user_journeys.py |
Sorry, something went wrong.
|
The failing CI checks appear unrelated to this navbar change. Build failure: tests/integration/test_parser_goldens.py tests/e2e/test_user_journeys.py |
Sorry, something went wrong.
|
👋 Thanks for contributing to CodeGraphContext! Since this PR was opened, main has moved forward significantly (we just shipped v0.5.2 and merged ~50 PRs), so this one now has merge conflicts. Could you please rebase onto the latest main and resolve the conflicts? Once it is conflict-free and CI is green, we will review and merge it. Really appreciate your work — thank you! 🙏 |
Sorry, something went wrong.
|
Triage update: the navbar has changed on main since this branch (scroll-spy active states and a scroll progress indicator landed), so this conflicts throughout. @Sree-8639 if you'd like to pursue the glassmorphism treatment, please rebase onto current main and attach before/after screenshots so we can make the design call quickly. 🙏 |
Sorry, something went wrong.
|
Keeping this open, with one thing to fix first. The lock file is in the diff. website/package-lock.json accounts for most of the changeset (570 added / 721 removed lines), which buries the actual change and makes the PR conflict with every other website PR that touches dependencies. Please check whether you meant to change dependencies at all. If not: git checkout origin/main -- website/package-lock.json website/package.jsonIf you did add a dependency deliberately, say which and why in the description — a new runtime dependency on the marketing site is worth a sentence. The rest of the change is reviewable once that's out of the way. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for this — the glassmorphism treatment itself looks good, but main's Navbar has moved substantially since you opened this (2026-06-14) and the two versions now conflict in ways I can't resolve for you without throwing away work on one side.
Concretely, main now has three things this branch would revert:
The part of your PR that's still uniquely valuable is the visual layer — the gradient background, backdropFilter: blur(10px), the scrolled-state background shift, and the animated underline that grows on hover.
Could you rebase onto current main and reapply just that styling on top of the existing structure? That means:
That should be a much smaller diff than the current +648/-743 and it'll go in quickly.
Heads up that #1189 tracks the same glassmorphism idea — I've pointed that issue at this PR so the effort doesn't get duplicated. Ping me here if you'd like a hand with the rebase.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🎨 Navbar Enhancement with Glassmorphism & Premium Micro-Interactions
Resolves #1189
✨ Changes Made
1. Glassmorphism Navbar Background
2. Improved Active Link Highlighting
3. Smooth Hover & Transition Effects
4. Enhanced Button Styling
5. Navbar Entrance Animation
6. Responsive Improvements
📁 Files Modified
🔍 Implementation Details
✅ Verification
🚀 Testing Recommended
Resolves: #1189
Type: Feature/Enhancement
Impact: Visual/UX improvement only, no breaking changes