-
-
Notifications
You must be signed in to change notification settings - Fork 363
feat(Scroll): add ScrollToBottom method #5858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's Guide by SourceryThis pull request introduces a smooth scrolling to bottom feature for the Scroll component. It includes changes to the Scroll component's C# code, Razor markup, and the addition of a JavaScript file to handle the animation. A demo has also been added to showcase the new functionality. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Thanks for your PR, @syminomega. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We encountered an error and are unable to review this PR. We have been notified and are working to fix it.
You can try again by commenting this pull request with @sourcery-ai review, or contact us for help.
|
@syminomega 请签署 CLA 按照上面的提示即可 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5858 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 661 661
Lines 30403 30404 +1
Branches 4319 4319
=========================================
+ Hits 30403 30404 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Issues
close #5860
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Add smooth scrolling to bottom functionality for Scroll component in Blazor
New Features:
Enhancements:
Tests: