WebUI: search engine UX improvements#23725
Merged
Chocobo1 merged 9 commits intoqbittorrent:masterfrom Jan 25, 2026
Merged
Conversation
We always fetched the state of the currently selected tab, but the user might be trying to close a background tab.
This was a minor memory leak.
State is now managed in fewer places, reducing the likelihood of logic errors.
This is available in the GUI via double clicking on the tab, but double click doesn't translate super well in the browser.
thalieht
previously approved these changes
Jan 10, 2026
xavier2k6
previously approved these changes
Jan 10, 2026
Chocobo1
reviewed
Jan 16, 2026
This lets you know that your background tab has received new results.
This likely means more results are ready and waiting.
c2eddc4 to
e4c2070
Compare
This matches the GUI, which has separate options to "Open download window" and to "Download".
Member
Author
|
I've pushed up one additional commit to match the WebUI's search results context menu to the GUI. The WebUI now has options to "Open download window" and to "Download". |
Chocobo1
approved these changes
Jan 24, 2026
Member
|
@Piccirello |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes a few UX improvements to the WebUI's search engine and simplifies the implementation.