intuis / rustmission

TUI for Transmission
GNU General Public License v3.0
25 stars 4 forks source link

feat: torrent status icons #38

Closed aidanaden closed 2 months ago

aidanaden commented 3 months ago

I think it breaks auto_hide = true. Correct me if I'm wrong

tested it locally but doesnt seem to have any issues? u can test it out just in case because i dont have too many torrents on transmission right now

micielski commented 3 months ago

I mean, I have now this one column filled with these ticks: image Maybe a better solution would be to add a new column for displaying current status of a torrent which would be at the beginning and one nerd font icon long. For example nf-fa-pause when a torrent is paused

aidanaden commented 3 months ago

@micielski

oh sure ya having a status column on the left of the name would be nice:

looks good?

micielski commented 3 months ago
* downloading would be a "►" icon

For downloading maybe use the same icon as for download speed

aidanaden commented 3 months ago

For downloading maybe use the same icon as for download speed

it'd feel a bit inconsistent since we're already using pause icon no?

micielski commented 3 months ago

For downloading maybe use the same icon as for download speed

it'd feel a bit inconsistent since we're already using pause icon no?

How would you represent seeding then?

aidanaden commented 3 months ago

How would you represent seeding then?

Screenshot 2024-06-24 at 11 44 05 PM

we could use qbittorrent's icons as reference?

micielski commented 3 months ago

we could use qbittorrent's icons as reference?

Sure

micielski commented 3 months ago

It still doesn't look good with many torrents: image Everything blends in, it's hard to differentiate which torrents are actually being downloaded and which ones are actually uploading something.

aidanaden commented 3 months ago
Screenshot 2024-06-25 at 3 02 42 AM

@micielski added colors for the status icons to allow for easier differentiation (i don't know what else i can do to make it easier to differentiate between torrents tbh)

should i also set the download icon in the "download speed" column to be green as well ? since it's currently green in the status column