Repository Filter (Plugin Installer Window)#2554
Open
Ivinedra wants to merge 27 commits into
Open
Conversation
Introduces a repository filter dropdown to the PluginInstallerWindow, allowing users to filter plugins by their source repository.
Refactored repository selection logic. Reduced code duplication and improving maintainability. Added caching for third-party repo list to avoid unnecessary rebuilds. Updated repo filter logic to use normalized URLs for more reliable matching.
Introduces new plugin categories for enabled, disabled, and incompatible plugins in PluginCategoryManager and PluginInstallerWindow. Updates filtering logic, UI strings, and groupings to support these new categories, allowing users to view plugins by their enabled/disabled/incompatible status.
Introduces a repository filter dropdown to the PluginInstallerWindow, allowing users to filter plugins by their source repository.
Refactored repository selection logic. Reduced code duplication and improving maintainability. Added caching for third-party repo list to avoid unnecessary rebuilds. Updated repo filter logic to use normalized URLs for more reliable matching.
a563c83 to
46a5b82
Compare
…/Ivinedra/Dalamud into Plugin-Installer-Plus-RepoFilter
Revert "Use v145 build tools for C++ components"
Update branch to current master
Update fork/branch to baseline
Update branch to baseline
-Reorganized categories. -Disabled Repo filter for Dev Tools.
…/Ivinedra/Dalamud into Plugin-Installer-Plus-RepoFilter
Update fork to baseline
build: 14.0.1.0
Update branch to base master
Bump to master
This file needs to get sundered.
Last one for real.
Contributor
Author
|
All remaining warnings are related to files changed via other PRs. I'll set this to ready for review... but I'll also keep my eyes open to see if the various other issues get addressed via other PRs and update this pull accordingly. |
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 adds a repository filter for the 'Installed Plugins' and 'All Plugins' categories.