Skip to content

Raid Frames: Extend the filter "MaxDuration" to Health Bar Color and Glow. - #2058

Open
SkyrixDev wants to merge 1 commit into
EllesmereGaming:mainfrom
SkyrixDev:patch-1
Open

Raid Frames: Extend the filter "MaxDuration" to Health Bar Color and Glow.#2058
SkyrixDev wants to merge 1 commit into
EllesmereGaming:mainfrom
SkyrixDev:patch-1

Conversation

@SkyrixDev

@SkyrixDev SkyrixDev commented Sep 11, 2026

Copy link
Copy Markdown

Extend the filter "MaxDuration" to Health Bar Color and Glow.

What does this PR do?

Adds the "Max Duration" debuff filter to the "Health Bar Color" and "Glow" indicators in Raid Frames > Debuff.
This control already exists for "Icon" and "Square" indicators. "Health Bar Color" and "Glow" were the only two tile types where it wasn't exposed.

How was it tested?

Tested directly during a boss fight.

Screenshots

Before : https://imgur.com/u8BvpPA
After : https://imgur.com/NQIFsBE

Checklist

  • New settings default OFF (no behavior change without opt-in)
  • Zero cost while disabled: no events registered, no polling, no hooks doing work, no frames built
  • Cheap while enabled: event-driven (no polling, no timer-based logic, no per-frame allocations)
  • No writes onto Blizzard-owned frames (weak-table pattern used); HookScript/hooksecurefunc only, never SetScript on Blizzard frames
  • Tested in-game on live; no version gates or pre-Midnight APIs added

Extend the filter "MaxDuration" to Health Bar Color and Glow.
@SkyrixDev SkyrixDev changed the title Update EUI_RaidFrames_ManagerPages.lua Extend the filter "MaxDuration" to Health Bar Color and Glow. Sep 11, 2026
@SkyrixDev SkyrixDev changed the title Extend the filter "MaxDuration" to Health Bar Color and Glow. Raid Frames: Extend the filter "MaxDuration" to Health Bar Color and Glow. Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant