feat(settings): add search for installed plugins - #4245
Open
AdityaKr015 wants to merge 2 commits into
Open
Conversation
|
This draft pull request is missing required parts of Missing:
Add the items above to the description, keeping their exact wording, then mark the pull Sections that only offer context may be deleted; nothing else about this pull request was |
|
The description now contains the required template structure. |
AdityaKr015
marked this pull request as ready for review
September 3, 2026 14:54
Contributor
Author
|
Alrighty bot, I got it you want full line. |
AdityaKr015
force-pushed
the
feat/installed-plugin-search
branch
from
September 4, 2026 07:39
0c9ff0b to
5a9b715
Compare
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.
Summary
This PR adds an in-page search field to Plugins section that filters installed plugins by name, id, description, and source (case-insensitive). The query is debounced, resets scroll on change, clears on section navigation, and shows a "No plugins match" with the query message when nothing matches. The "Update all (N)" badge counts every installed plugin with an update regardless of the active search filter, so the count stays stable while typing. Installed plugins are also sorted case-insensitively now.
Motivation
Good to have search to find plugins easily and better for the people with many plugins installed.
Type of Change
Related Issue
Closes #4191
Testing
just format && just test debug && just lint && python3 tools/i18n-check.pyall ran with no issueManual Coverage
Screenshots / Videos
recording_20260904_131250.mp4
Checklist
CONTRIBUTING.md.just formatwith clang-format v22+ installed, or this PR has no code changes.docs/user/when this PR changes documented behavior or configuration, or this PR does not require documentation changes.assets/translations/en.json, or this PR adds no new user-facing strings.