Add items filter by loadout - #10079
Merged
LocalIdentity merged 2 commits intoAug 3, 2026
Merged
Conversation
Restrict Current Loadout filtering to the active item set and passive tree Resolve named loadouts using their actual set membership and linked identifiers Preserve support for old passive-tree display names Clear hidden selections and preserve visible selections by item ID Clear the canonical item order when deleting all items from a filtered view Delete unused items across the entire build Add regression tests for filtering, selection, and deletion behavior
LocalIdentity
approved these changes
Aug 3, 2026
LocalIdentity
left a comment
Contributor
There was a problem hiding this comment.
Fixed a few issues but the PR looks good now
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.
Fixes # .
Description of the problem being solved:
Some builds come with lots of loadouts, it causes the items menu to be bloated with items, it's hard to manage / locate a specific one / tweak.
I solved this by allowing to filter the list by loadout.
I had to shrink the delete button to make some room, what do y'all think about making the panes resizeable?
Steps taken to verify a working solution:
Link to a build that showcases this PR:
Before screenshot:
After screenshot: