openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Feature request: Trackers editing directly from Trackers tab #160

Open JustAndreww opened 5 months ago

JustAndreww commented 5 months ago

Currently there is default WebView2 menu when doing a right-click on a tracker url: image

Maybe at least show button to edit trackers list as it shows when you do right-click on torrent file in the list: image

Also pressing delete button while tracker is selected in a Tracker tab will result in torrent file deletion request from the torrents list.

qu1ck commented 5 months ago

Also pressing delete button while tracker is selected in a Tracker tab will result in torrent file deletion request from the torrents list.

That shortcut is intentionally global, same as all the others like f6, etc.

Regarding menu, yeah can be added.

JustAndreww commented 5 months ago

That's quite interesting workflow with global del shortcut. At least on similar desktop torrent clients there is no such thing available. If I press DEL on the selected tracker it would delete it, not the torrent. Looks like quite dangerous thing :)

qu1ck commented 5 months ago

There is no goal to make the UI a copy of some other client, internal consistency is more important and none of the tables in the torrent details are editable so there should be no user expectation that trackers are directly editable.

Del shortcut has an unskippable confirmation dialog so it's not that dangerous.