Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a way to sort torrent peers columns #610

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

noefleury
Copy link

@noefleury noefleury commented Nov 8, 2022

Description

I've found sad that we didn't have the ability to sort the "Torrent Peers" table.

More precisely, currently it seems to be sorted automatically on the the backend side by IPs.

Personally, I'm always curious to see which peers are giving me the best download speeds and to where I'm uploading the faster.

Screenshots

screenshot

Types of changes

So I've implemented a logic to sort columns on a click and I've followed the project logic to don't diverge too much from the main idea.

It is possible to sort by any columns and in any direction.

Note that the sort can handle IPv4/v6 too.


  • Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
  • New feature (non-breaking change which adds functionality - semver MINOR)
  • Bug fix (non-breaking change which fixes an issue - semver PATCH)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant