Basic understanding of Transmission Web ControlFamiliarity with JavaScript and HTML modifications
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
The issue requests a button to clear all trackers at once. To implement, first locate the tracker list rendering code, likely in a JavaScript file handling the torrent details panel (e.g., `tr web control.js` or similar). Look for the existing individual delete tracker function and create a new function that iterates over all trackers and sends a delete request via the Transmission RPC API. Add a button in the tracker section's UI (likely in an HTML template or DOM manipulation). Ensure the button is visible only when trackers exist. Test by adding multiple trackers and clicking the button to verify all are removed.
能否新增一键清空Tracker列表的功能 · ronggang/transmission-web-control#533 | Good First Issue