Update to current ExileCore API; add inventory search, LootLens-style tooltip, and bricked-map fixes - #1
Open
greenbrad wants to merge 1 commit into
Open
Conversation
…yle tooltip Migration (Map component and completion ServerData APIs no longer exist in current ExileCore; net8.0 -> net10.0): - Tier, region and completion tracking fall back to safe defaults - GameOffsets reference added Features: - Movable search box above the inventory: live filter plus Enter-saved persistent filters with per-entry remove and Clear All (collapsed into a popout when more than 2 are saved); matches highlight in inventory and visible stash tab, with the matching mods labeled above inventory maps - Map tooltip redrawn as a LootLens-style card (rounded dark card, accent-bar mod rows, state-colored border) with a text size setting - Bricked maps always border red, never green; bricked is now determined only by mods flagged ;true in the warnings configs, not quantity or pack size thresholds - Green warning border requires quantity at or above the warn-below quantity percentage Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 updates the plugin to build and run against current ExileCore (net10.0,
$(exapiPackage)reference paths kept, GameOffsets reference added) and adds several quality-of-life features. Verified building cleanly against the current ExileCore.API migration notes
Current ExileCore no longer exposes the
Mapcomponent or theServerDatacompletion collections (BonusCompletedAreas/CompletedAreas), so:BaseItemTypesclass names instead ofHasComponent<Map>()If this repo intends to keep targeting an older ExileCore, feel free to close - this PR is for the current API.
Features
;truein the warnings configs - previously any map with a warning mod and quantity/pack size at or below the (default 100) thresholds was treated as bricked, which marked nearly every warned map. The two unlabeled threshold sliders were removed from the settings UI accordingly.🤖 Generated with Claude Code