-
Notifications
You must be signed in to change notification settings - Fork 15
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
Streamline Pagination #3026
Streamline Pagination #3026
Conversation
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.
LGTM
Thanks, I thought it would take more hassle to switch to vector icons.
About the PageNumberPagination
: I'm keen to remove it as we are not using it now. We can always resume the code from the history. If you do, remember to also uninstall the react-paginate
packages as it's used nowhere else.
fad7dc8
to
5fdd5c3
Compare
5fdd5c3
to
6cc9060
Compare
03c1d8d
to
d0ab0ab
Compare
d0ab0ab
to
32c8fa8
Compare
Description
This PR addresses following Pagination aspects:
I kept the legacy Pagination as a
PageNumberPagination
component. If no one against it I will remove in a follow up PR.How was this tested?
Existent tests.