Rukario

Results 13 issues of Rukario

``` import time from urllib import request from queue import Queue from threading import Thread slots = 4 def dl(q): while True: url = q.get() if isinstance(url, int): time.sleep(1) print(url)...

unconfirmed

Features and fixes ported from #5828 for 4.0.x release Resolves #6375 Notes: General UI improvement related to filterbar and fixes download/upload speed info wrap. Left: This PR, Right: Original ![Transmission...

needs update

Old screenshot ![Transmission percent 1](https://github.com/transmission/transmission/assets/2275021/59f4a8e1-da5d-49b9-bad0-2c493f4be859) Animated diff from original ![Transmission percent 1 (apng)](https://github.com/transmission/transmission/assets/2275021/ee56be46-5872-4c22-9445-93154388ae04) Notes: Added percent digits into the progress bar.

scope:web
type:feat
needs UI review

- Added new section in Inspector - Info page: "Torrent" for torrent details: name (new entry), labels (moved from "Details"), and directory location (moved from "Details"), turned them into input...

needs clarification
scope:web
type:feat
semver:minor

Left: This PR, Right: Original ![Transmission mm](https://github.com/transmission/transmission/assets/2275021/8b8913a0-1ff3-450e-93c6-68ad68ab1a52) Notes: Gave labels to the mainwin buttons for web client

scope:web

Supersedes #6737 Closes #6023 Left: This PR, Right: Original ![Transmission sel](https://github.com/user-attachments/assets/f5c27819-d675-4948-9508-4c3fa62bf419) * Added new options to filter torrents by their privacy or error status * Refactored select boxes a bit...

scope:web
type:feat
semver:minor

* Search bar will now wait until you finish typing for 1/4 seconds * Clear button, see screenshot * The search bar now also filter torrent list on page refresh...

scope:web
needs UI review
type:ui
needs code review

Allows context menu to be placed to where the fingertip is on a zoomed in browser (Safari iOS) Notes: Fixed context menu offset on zoomed in browser.

scope:web
needs UI review
type:ui

Left: This PR, Right: Original ![Transmission turtle](https://github.com/transmission/transmission/assets/2275021/8b0f4f17-a46c-4fb1-8575-65d30ae097a0) ![Transmission turtle menu](https://github.com/transmission/transmission/assets/2275021/5290081d-6c4c-4bd9-a223-b470e821eaf6) ![Transmission turtle setting](https://github.com/transmission/transmission/assets/2275021/06c4fa9b-0039-49c3-bd1c-62aa024144fc) Turtle button will remain on the status bar for small browsers when #6977 ships. Notes: Updated turtle...

scope:web
needs UI review
type:ui

Notes: Added keyboard shortcut for context menu on web client

scope:web
needs UI review
type:ui