Remove pagination from hidden items list

I visited https://trakt.tv/settings/hidden for the first time in a little while and was unpleasantly surprised to find the addition of pagination. Previously, it was super easy to go to the page and do a simple browser find to find the show I wanted to remove from the list.

Then I thought, okay there’s a sorting drop-down. If I can sort alphabetically, then it’s not the end of the world. But the only option was by date added.

I understand the technical implications of loading large collections, so you might feel removing the pagination is not viable, but please consider the options below (in order of my personal preference)

  1. Remove pagination
  2. Implement progressive loading so I can at least just scroll to the end and then search
  3. Implement pagination by first letter
  4. Implement ability to sort alphabetically
    Thanks
3 Likes

Another option is to add search into the page itself.

2 Likes

It appears you have a really high number of hidden items, which isn’t typical. I am planning to add alphabetical sort and also term based searching. The page was sometimes taking too much time to load with all 5, unpaginated sections, which is why I changed it. In general anything without pagination is performance bottleneck.

Released a few updates:

  • 120 items per page (up from 60)
  • Title search is the default
  • Search added to further filter the page by looking at the titles
4 Likes