You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have increased the auto scroll timing. Now the timer resets to zero when the users scroll to next part so the users would have a chance to read the content properly.
Type of Change
Bug fix (non-breaking change which fixes an issue)
Hi @Parwathi-Jayaram,
Thanks for your contribution, the changes look good! Due to the force push, some already merged files and code are also in the code review. While this isn't a major issue, it would be great if you could open a new pull request from a different branch without force pushing, to maintain a cleaner and more consistent commit history.
and also, try to review your changes locally before committing to ensure that only your changes are included in the review, and no other parts of the code.
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
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.
Description
I have increased the auto scroll timing. Now the timer resets to zero when the users scroll to next part so the users would have a chance to read the content properly.
Type of Change
Related Issue
Closes #44
Changes Made
Please list the specific changes made in this PR:
Testing Done
Please describe how you tested your changes:
npm run dev)Screenshots (if applicable)
Recording.2026-01-11.140158.mp4
Checklist
IMPORTANT: Please ensure all items are checked before submitting. PRs that don't follow these guidelines may be closed.
Additional Notes
Any additional information that would be helpful for reviewers?
Remember: Quality over quantity. A well-tested, properly documented small PR is better than a large, rushed contribution.
For more details, please refer to our Contributing Guidelines.