You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my machines is pretty slow, especially when HDD is busy. I sometimes notice that if I right click any other torrent at the bottom of the list, its details in the bottom panel (General, Files, etc.) do not load right away. And while it shows the loading animation on top of it, the bottom panel overlaps the bottom of the context menu, making it unclickable.
It usually happens when I remove torrents one by one using the right click menu, and I have to wait a few seconds till I can click "Remove..." on the bottom of the menu.
My guess is that the loading div z-index is a bit too high, but the loading is usually gone before I can Inspect the styles in devtools.
The text was updated successfully, but these errors were encountered:
Note: you can invoke the remove action from the toolbar, saves you a click.
But this is true only when you already have item(s) pre-selected, right? But in my case I make a decision to remove, select a single item with the right click, and click Remove. Both ways cost 2 clicks, but I prefer mine cause I'm easily distracted in the middle of something, so controlling the context this way feels better. Plus there is less mouse travel overall.
But this is true only when you already have item(s) pre-selected, right?
Yes
Both ways cost 2 clicks ... Plus there is less mouse travel overall.
If you are deleting one by one then yeah, fair enough. If you want to reduce mouse travel even further and don't mind using keyboard then you can just click to select and press del + enter to confirm.
One of my machines is pretty slow, especially when HDD is busy. I sometimes notice that if I right click any other torrent at the bottom of the list, its details in the bottom panel (General, Files, etc.) do not load right away. And while it shows the loading animation on top of it, the bottom panel overlaps the bottom of the context menu, making it unclickable.
It usually happens when I remove torrents one by one using the right click menu, and I have to wait a few seconds till I can click "Remove..." on the bottom of the menu.
My guess is that the loading div z-index is a bit too high, but the loading is usually gone before I can Inspect the styles in devtools.
The text was updated successfully, but these errors were encountered: