common-workflow-language / common-workflow-language/cwlviewer
Smarter Pagination
Open
- Dominant language
- Java
- Stars
- 52
- Forks
- 29
- Avg merge
- 5h 12m
- Merged PRs (30d)
- 6
Description
Currently the pagination system does not give an indication of the number of pages, and has inconsistent numbers of pages displayed if at the start or end of the page range.
This is due to a simplified implementation through a template fragment (interpreting the parameters of the Spring Pageable wrapper).
This should be improved to display a fixed number of pages at once and convey the current position of the user amongst the overall number.
Contributor guide
Assessment
This issue has not been assessed yet.