Conversation
Adds a standalone Prey Hunt Bar (EllesmereUIQoL_PreyBar.lua): icon plus a segmented tier bar mirroring C_UIWidgetManager's widget data, Cold tier yellow fill, 1px black borders per segment with a visible 1px gap. Default icon size 60. Registers with unlock mode as a linked-dimensions (always square) element. Also extends the shared unlock-mode cog (EUI_UnlockMode.lua) and MakeUnlockElement (EllesmereUI.lua) with two small generalizations used by this element: - linkedDimensions elements now get a single "Size" input in the cog instead of separate Width/Height boxes, since the two can never diverge. - New noMatchSource flag lets an element opt out of the width/height MATCH hover links entirely (Prey Bar keeps only the Anchor link -- matching a single Size value's width and height separately makes no sense).
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.
Adds a standalone Prey Hunt Bar (EllesmereUIQoL_PreyBar.lua): icon plus a segmented tier bar mirroring C_UIWidgetManager's widget data, Cold tier yellow fill, 1px black borders per segment with a visible 1px gap. Default icon size 60. Registers with unlock mode as a linked-dimensions (always square) element. Overrides and hides old prey bar created via Encounter bar which was known to cause jumping issues as well as broken visual elements due to Blizzard bugs.
Also extends the shared unlock-mode cog (EUI_UnlockMode.lua) and MakeUnlockElement (EllesmereUI.lua) with two small generalizations used by this element: