-
Notifications
You must be signed in to change notification settings - Fork 166
[terra-paginator] Add support for unknown total page count in the progressive paginator #3190
Conversation
@supreethmr not a part of this issue but can you remove terra-form-input from the dependencies. As I don't see it being used anywhere in the paginator. |
Functional review complete. No issues identified. |
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.
UX Reviewed. No issues identified.
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.
Let's make the totalCount and itemCountPerPage optional.
updated : 22baadd |
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.
Approved with a fixed build.
Terra.it.validatesElement(); | ||
it('default', () => { | ||
browser.url('/raw/tests/terra-paginator/paginator/paginator'); | ||
Terra.validates.element(); |
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.
Can you give names for all the new screenshots (wherever missing), as name will be a required argument in WDIO-6.
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.
Let's hold off on this for now as this PR is old and I'd like to get it in at this point. If we want, we could do this on a separate PR.
Summary
Changes progressive paginator to support unknown page count similar to paginator component.
Closes #3157
Deployment Link
https://terra-core-paginator-wo-irwd3s.herokuapp.com/components/terra-paginator/paginator/progressive-paginator#examples
https://terra-core-paginator-wo-irwd3s.herokuapp.com/tests/terra-paginator/paginator/progressive-paginator-without-total-count
Testing
Tested through WDIO and Jest Tests
Additional Details
Thank you for contributing to Terra.
@cerner/terra