-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(InfiniteScroll): new component #4846
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 4d5bbf1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
8464706
to
076f67d
Compare
076f67d
to
e910f8f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4846 +/- ##
==========================================
+ Coverage 89.26% 89.32% +0.06%
==========================================
Files 235 235
Lines 8120 8190 +70
Branches 3684 3710 +26
==========================================
+ Hits 7248 7316 +68
- Misses 872 874 +2
... and 21 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
e910f8f
to
3eb0a45
Compare
Summary
Type
Summarise concisely:
What is expected?
New component
<InfiniteScroll />
that allows you to scroll and load data infinitely.Relevant logs and/or screenshots
Example with a SelectInputV2:
Screen.Recording.2025-03-06.at.18.33.06.mov
Example with a Table:
Screen.Recording.2025-03-06.at.18.35.14.mov
This pull request introduces a new
InfiniteScroll
component and includes various related updates across multiple files. The changes encompass the addition of the component, its stories, tests, and supporting data.