mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
WebUI: Add support for running concurrent searches
This PR adds support for running multiple concurrent searches in the Web UI. This is already supported in the GUI as well as by the Web API. Behavior mimics the GUI as closely as possible. All filters and sorting are preserved per-tab, allowing you to apply unique filters and sorts to each of your searches. Row selection is also preserved across tab navigation. Closes #12840. PR #20593.
This commit is contained in:
committed by
GitHub
parent
f5cac13979
commit
eb9e98a4b3
@@ -667,9 +667,9 @@ td.statusBarSeparator {
|
||||
}
|
||||
|
||||
#searchResultsTableContainer {
|
||||
-moz-height: calc(100% - 140px);
|
||||
-webkit-height: calc(100% - 140px);
|
||||
height: calc(100% - 140px);
|
||||
-moz-height: calc(100% - 177px);
|
||||
-webkit-height: calc(100% - 177px);
|
||||
height: calc(100% - 177px);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user