intuis / rustmission

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

feat: torrent tab status bar #43

Closed aidanaden closed 3 months ago

aidanaden commented 3 months ago

closes #35

adds status feedback when user adds or deletes a torrent

status bar closes after 5s (we can make it configurable in another PR)

micielski commented 3 months ago

Are you saying that I have to delete my precious torrents in order to test it??

micielski commented 3 months ago

By the way, I've also noticed that these statuses don't disappear. Could you also do some time::Duration and tick magic so they disappear after 5/10secs?

aidanaden commented 3 months ago

Are you saying that I have to delete my precious torrents in order to test it??

haha u can just delete a small file! add a ::sleep after the delete rpc call is sent if u want to see the spinner spin (sometimes the deletion happens so fast the loading state ends almost insantly)

aidanaden commented 3 months ago

By the way, I've also noticed that these statuses don't disappear. Could you also do some time::Duration and tick magic so they disappear after 5/10secs?

yep sure - was thinking about this as well