-
Notifications
You must be signed in to change notification settings - Fork 36
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
Change pagination from inifinite loading to paged pagination #500
base: main
Are you sure you want to change the base?
Conversation
Preview: https://packit-dashboard-pr-500.surge.sh (deployed at Thu 30 Jan 2025, 13:25 UTC) |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 19s |
packit/packit-service#2505 might affect this. |
Once packit/packit-service#2645 is implemented, this should be changed adjusting to that, right? |
870a935
to
731cf28
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 06s |
731cf28
to
6e17154
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 03s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 10s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 07s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 05s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 06s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 02s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 02s |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 09s |
This now has a context that each component under the provider can use. With this we reduce the code we need to write to handle state handling between components. Infinite pagination has been replaced with per-page pagination which should suit people better than infinitely loading. feat: proper pagination
b56bd55
to
ff21bc1
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 2m 04s |
@lbarcziova Might've missed this if I didn't answer in a meeting. But pagination in general would change so this PR doesn't introduce much extra code that would need to be changed |
This now has a context that each component under the provider can use.
With this we reduce the code we need to write to handle state handling
between components.
Infinite pagination has been replaced with per-page pagination which
should suit people better than infinitely loading.
Before
After
TODO:
RELEASE NOTES BEGIN
Change pagination from infinite loading to paged pagination.
RELEASE NOTES END