Skip to content
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

improvement: add total elements counter to Pagination #688

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

gidomanders
Copy link
Member

The EpicPagination displays the total number of elements. I would like to see that in the Pagination component as well.

Added total elements to Pagination component.
Changed total elements in EpicPagination to be translatable string. Added possibility to hide total elements in Pagination and EpicPagination.

Closes #687

The EpicPagination displays the total number of elements. I would like
to see that in the Pagination component as well.

Added total elements to Pagination component.
Changed total elements in EpicPagination to be translatable string.
Added possibility to hide total elements in Pagination and
EpicPagination.

Closes #687
@codecov
Copy link

codecov bot commented Apr 19, 2023

Codecov Report

Merging #688 (3fe11e3) into master (12296ca) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #688   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          131       131           
  Lines         2756      2768   +12     
  Branches       803       815   +12     
=========================================
+ Hits          2756      2768   +12     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/core/EpicPagination/EpicPagination.tsx 100.00% <100.00%> (ø)
src/core/Pagination/Pagination.tsx 100.00% <100.00%> (ø)
src/form/ModalPicker/ModalPicker.tsx 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gidomanders gidomanders merged commit 2857813 into master Apr 19, 2023
@gidomanders gidomanders deleted the improvement/total-elements-in-pagination branch April 19, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Total number of results in pagination
1 participant