-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: torrent tab status bar #43
Conversation
Are you saying that I have to delete my precious torrents in order to test it?? |
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? |
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) |
yep sure - was thinking about this as well |
* feat: torrent tab status bar * chore: remove commented * fix: compiler warnings * feat: decrement selected torrent on delete * feat: add/delete torrent name * fix: warnings * feat: cancel status bar after 5s * fix: nits * fix: tick nits * fix: comments * fix: spacing
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)