Uh oh!
There was an error while loading. Please reload this page.
Hero section dashboard frontend revamp - #459
Conversation
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
its-me-abhishek
commented
Feb 6, 2026
@HarshRaj29004 kindly add a video preview, also should look into the failing CI |
HarshRaj29004
commented
Feb 6, 2026
I am working on a fix |
its-me-abhishek
commented
Feb 6, 2026
@HarshRaj29004 You should revert the latest commit, this is not a code-error per se, but a snapshot error. |
HarshRaj29004
commented
Feb 6, 2026
@its-me-abhishek I have done all the changes and improved animation animation.mp4 |
HarshRaj29004
commented
Mar 20, 2026
@its-me-abhishek any update regarding this? |
Uh oh!
There was an error while loading. Please reload this page.
Description
Replaced CSS-based Hero shadow animation with Framer Motion to consolidate animation systems and reduce custom CSS complexity.
Changes
.shadowclass and@keyframes shadow-slidefromindex.cssmotion.divwith identical visual effectChecklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing)Additional Notes
Maintains same animation timing and color transitions.