Commit Graph

7 Commits

Author SHA1 Message Date
Narcasung 3d048cb081 Rework Classes/Character Override options UI
- Fix checkbox/button click sound never playing: the sound hook was
  installed before the real OnClick handler, which SetScript then
  silently overwrote. Apply the click-sound hook after each button's
  real handler instead, and extend it to Hide All/Show All and the
  class tabs.
- Split the single bordered box around the Classes tab list and
  checkbox content into two separate boxes with a 3px gap, remove the
  bright edge texture, and lower the fill alpha so it reads closer to
  LootCollector's panel styling.
- Show "Name - Realm" above the Character Override checkbox and drop
  its trailing period.
- Add breathing room around the class name label and tab list.
2026-07-08 00:06:14 +02:00
Narcasung ea4849fc10 Revamp options UI: dropdown-based class picker and per-character override tab
Replaces the 21-tab class sidebar with a single Classes tab driven by a
dropdown plus Hide All/Show All bulk actions. Reworks the old Profiles tab
into "Character Override": a single toggle that lets a character's frame
hide/show choices bypass its class settings, backed by a new
characterOverrides table alongside the existing profile data. Adds an
empty About tab, restyles sidebar tabs gold/white, and drops the unused
subtitle line.
2026-07-07 23:23:25 +02:00
Narcasung 920b1b234b Add per-profile class settings with Reset/Copy/Delete and per-character profile assignment
Each profile now owns its own hide/show settings instead of sharing one
global table, and profile selection is tracked per character instead of
account-wide. Adds Reset Profile, Copy From, and Delete a Profile controls
to the Profiles tab, each ElvUI-skinned and gated behind a confirmation
popup.
2026-07-07 22:17:47 +02:00
Narcasung 5818fc66bc Guard profile dropdown against HideCoADB not being ready yet at load time 2026-07-07 20:40:56 +02:00
Narcasung ecaf3a7cb9 Add profile tab with Default/realm-character dropdown foundation 2026-07-07 20:39:17 +02:00
Narcasung d716f209cf Skin checkboxes with ElvUI when it's loaded 2026-07-07 20:28:24 +02:00
Narcasung 55e82cf100 Initial commit: HideCoA addon 2026-07-07 19:03:58 +02:00