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.