react-redux-realworld-example-app icon indicating copy to clipboard operation
react-redux-realworld-example-app copied to clipboard

refactor! : Pagination with First/Last Previous/Next

Open praveengopi19 opened this issue 4 years ago • 1 comments

  • Modified Pagination UI Component (ListPagination.js)
  • First/Last ( make the flow easier for the user to easily to go between the first page and last page)
  • Previous/Next ( to iterate over the list of pages )
  • Pagination count with the current page as the center of the grid

image

  • If the number of page count is less than the pagination list count, the pagination list count will get modified to page count accordingly

3pages in 5 count

praveengopi19 avatar Aug 19 '20 08:08 praveengopi19

This is good. But it changes the interface (postively!), so we should first discuss at: https://github.com/gothinkster/realworld/issues/684

cirosantilli avatar Jun 18 '21 15:06 cirosantilli