DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Basic understanding of Transmission Web ControlFamiliarity with JavaScript and HTML modifications
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
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