Open ty5e3a45 opened 3 months 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.
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?
How about:
table layout
, add the possibility to click on "Name", "Size", "Date", "Uploader", "Seeders", and "Leechers" titles, which would sort torrents in ascending order based on the click value, and upon a second click would sort them in descending order.sort by
box, have the options "Name", "Size", "Date", "Uploader", "Seeders", and "Leechers" listed, which when clicked, lists the torrents in ascending order based on the click value, and upon a second click, would sort them in descending order. This can be visually represented by a change in button color, or an arrow appearing next to the button indicating "up" for descending, and "down" for ascending. This way, if on thedefault layout
, it is still possible to sort.Thanks,