torrust / torrust-index-gui

This repository serves as the frontend for the Torrust Index project.
https://torrust.com
Other
30 stars 16 forks source link

Sorting list disambiguation/changes. #606

Open ty5e3a45 opened 1 month ago

ty5e3a45 commented 1 month ago

Feature request.

Hey, Currently, the Sort By drop-down on the index gives the following as options:

Would you consider changing the options and behavior of the drop-down?

  1. Having two options named "Uploaded" (even if specified) is un-intuitive and confusing.
  2. Sorting by Seeders/Leechers is possible, but only by highest to lowest, not lowest to highest.
  3. It is not currently possible to sort alphabetically, by size, or by uploader.

How about:

Thanks,

josecelano commented 1 month ago

Hi @ty5e3a45, I think we need those improvements. Regarding the sorting filter, it would be nice to select the field and the sorting order (ASC or DESC) or, as you've proposed, a second click to change the order from the current one to the opposite.

To implement all the UX improvements in this issue or others, I think we could need to:

But let's see, maybe we can just try to implement these small changes with the current interface and code and get more feedback before implemente a big change.