Open AaryaShrivaastava opened 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
station-guide | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 12, 2024 1:25pm |
station-guide-backend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 12, 2024 1:25pm |
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md](). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Pull Request Template for GSoC 2024
Related Issue #474
[Please list any related issue numbers that this pull request resolves. If none, state "None"]
closes:
Description of Changes
This PR fixes an issue where the custom cursor follower element would misalign with the user's cursor when scrolling. The update adds the scroll offset to the coords.y position, ensuring that the cursor follower remains aligned with the mouse cursor even after scrolling.
Type of Pull Request
Screenshots / Demo (if applicable)
[Include any screenshots, GIFs, or videos that demonstrate the change or feature, if available.]
Checklist for Contributor
use'X' in [ ] to check it .
Additional Information
This fix modifies the mousemove event handler to account for the page's vertical scroll offset, preventing alignment issues between the custom cursor follower and the mouse position after scrolling. This solution minimally impacts the original code structure.
The issue that I was facing and that I have tried to fix in this PR :
https://github.com/user-attachments/assets/483a0859-9ccf-4abe-9442-c039b189be01
Contribution Guidelines Reminder
Thank you for contributing to our project! Please ensure you follow the guidelines below:
Contribution Levels
Task Categories:
Acknowledging Effort:
Review Process
PRs will be reviewed by the maintainers, and feedback will be provided. Contributors should address feedback promptly and resubmit the PR if necessary.
Contributors are encouraged to participate in the review process of other PRs for community growth.
We appreciate your time and effort in improving this project and look forward to your valuable contributions!