pause icon indicating copy to clipboard operation
pause copied to clipboard

Pagination issues in new PAUSE

Open haarg opened this issue 7 years ago • 2 comments

In the new PAUSE, there are some issues with the pagination.

  • No indication of the page. When you click to switch paging, nothing indicates which page you are on. The page is not in the URL, nor do the pagination links change visually in any way.
  • The scrolling stays at the same place when switching paging. The pages are sorted and intended to be read from top to bottom, so when you switch pages the natural thing is to start reading at the top. When you click on a new page at the bottom of the page, the scroll position stays at the bottom of the page. So you have to manually scroll back to the top to continue reading normally.
  • The pagination in general seems rather useless. If the markup was more complex or had dynamic elements it would make more sense. The markup for the full list is delivered to the client, so the paging makes no difference in the fetch time. Even with thousands of entries in table, the render time is extremely short. Pagination seems to add extra complexity with nearly no gain.

haarg avatar May 01 '18 20:05 haarg

Additionally, because it doesn't interact with the URL it plays very badly with browser "Back" button. If you use "Back" you don't go back to the previous page of pagination, you jump further back in the browser's history than you might expect.

leonerd avatar Jul 05 '19 15:07 leonerd

Additionally, if you Ctrl-R to refresh you're now back on page 1, regardless of which page you had previously been looking at

leonerd avatar Sep 07 '19 00:09 leonerd

Pagination stuff is gone.

charsbar avatar Apr 29 '23 13:04 charsbar