Skip to content

feat: add stop all / resume all buttons#1402

Open
xiaoxinmm wants to merge 1 commit into
6c65726f79:mainfrom
xiaoxinmm:fix/issue-1377
Open

feat: add stop all / resume all buttons#1402
xiaoxinmm wants to merge 1 commit into
6c65726f79:mainfrom
xiaoxinmm:fix/issue-1377

Conversation

@xiaoxinmm

Copy link
Copy Markdown

Summary

Closes #1377

Changes

Added two buttons to the footer toolbar:

  • Stop All — stops all torrents at once
  • Resume All — resumes all torrents at once

Uses Transmission RPC torrent-stop / torrent-start with an empty ids array, which applies the action to all torrents per the Transmission RPC spec.

Also added stopAll / resumeAll locale strings to en.json.

Add two buttons to the footer toolbar to stop or resume all torrents
at once. Uses Transmission RPC torrent-stop/torrent-start with empty
ids array which applies the action to all torrents.

Closes 6c65726f79#1377
@sonarqubecloud

sonarqubecloud Bot commented Mar 1, 2026

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Stop/Resume All button

1 participant