Privacy policy - #83
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎉 Congratulations @nitinmohan18!Thank you for contributing to HyperLearningTech. Your pull request has been successfully merged into main. 📦 Merge Summary
🚀 Keep Contributing
Thank you for helping make HyperLearningTech better. Happy Coding! 🚀 |
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.
Pull Request
Summary
This PR introduces a massive world-class UI/UX overhaul to the Privacy Policy page, focusing on high-end aesthetics, glassmorphic styling, and an incredibly robust custom physics engine for scroll interactions. All ESLint and TypeScript warnings have been resolved to ensure a clean build.
Related Issue
Closes #
Type of Change
What Changed?
cubic-bezierY-axis) inInteractivePath.tsx. Solved dynamic targeting inaccuracy by hard-locking the underlying tracker DOM node to the end of the SVG path exactly at 99% scroll progress, allowing flawless jumps directly into the CTA button.tracking-tighterandleading-[1.05]on the main H1 for a bold, punchy, Apple-style typographic impact. Converted the top pill badge to a high-end glassmorphic container with uppercase, widely-tracked text.ScrollReveal.tsxto a heavy, 3DrotateYunfolding effect using a2000pxperspective. Responsive origins enable a book-like opening on desktop and a revolving-door opening on mobile.Zap,useEffect,Compass) and fixed looseanytypings on dynamically passed Icons to ensure passing CI checks.Screenshots (UI Changes Only)
(Attach screenshots or recordings of the new Privacy Page here)
Testing
npm run lintandnpm run typechecklocally to confirm 0 errors.Checklist
Before requesting a review, confirm the following:
main.npx prettier --write <file>).npm run format:checkpasses.npm run lintpasses.npm run typecheckpasses.npm run buildpasses.Additional Notes
The jump animation relies on
getBoundingClientRect()at the exact moment the scroll hits 99%. If any margin changes are made to the page layout in the future, the animation will automatically recalculate and still land perfectly.