mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Privacy and error filter for web client (#6977)
Squashed all commits + co-authoring previous works Co-authored-by: Derek Reiff <d@derekr.net> Co-authored-by: Will Da Silva <will@willdasilva.xyz> Co-authored-by: Yat Ho <46261767+tearfur@users.noreply.github.com>
This commit is contained in:
@@ -85,14 +85,7 @@
|
||||
|
||||
<header id="mainwin-statusbar">
|
||||
<span>Show</span>
|
||||
<select id="filter-mode">
|
||||
<option value="all">All</option>
|
||||
<option value="active">Active</option>
|
||||
<option value="downloading">Downloading</option>
|
||||
<option value="seeding">Seeding</option>
|
||||
<option value="paused">Paused</option>
|
||||
<option value="finished">Finished</option>
|
||||
</select>
|
||||
<select id="filter-mode"></select>
|
||||
<select id="filter-tracker"></select>
|
||||
<input type="search" id="torrent-search" placeholder="Filter" />
|
||||
<span id="filter-count"> </span>
|
||||
|
||||
Reference in New Issue
Block a user