Flatten repo layout, drop nested HideCoAUI subfolder

The addon folder is now the repo root, so installers rename the
extracted archive to HideCoAUI instead of finding a subfolder already
named that.
This commit is contained in:
2026-07-13 20:45:22 +02:00
parent 894b208fb0
commit 3547c3a356
6 changed files with 7 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
.claude/settings.local.json
@@ -32,6 +32,7 @@ HideCoAUI.FRAMES = {
"CoAResourceBar", "CoAResourceBar",
"CoAMultiCastActionBarFrame", "CoAMultiCastActionBarFrame",
-- "CoASpellActivationOverlay", -- found via full frame scan, deliberately left without a checkbox -- "CoASpellActivationOverlay", -- found via full frame scan, deliberately left without a checkbox
-- "ExtraActionBar",
} }
HideCoAUI.FRAME_DISPLAY_NAMES = { HideCoAUI.FRAME_DISPLAY_NAMES = {
@@ -39,6 +40,9 @@ HideCoAUI.FRAME_DISPLAY_NAMES = {
CoAResourceSegmentBar = "Ember Gauge", CoAResourceSegmentBar = "Ember Gauge",
CoAResourceBar = "Heat Gauge", CoAResourceBar = "Heat Gauge",
}, },
CULTIST = {
CoAResourceOrb = "Insanity",
},
PROPHET = { PROPHET = {
CoAResourceSegmentBar = "Brood Marks", CoAResourceSegmentBar = "Brood Marks",
}, },
+2 -2
View File
@@ -7,8 +7,8 @@ The addon is early in development, and most frames have a generic name or aren't
[Download here](https://github.com/Narcasung/hide-coa-ui/archive/refs/heads/master.zip). [Download here](https://github.com/Narcasung/hide-coa-ui/archive/refs/heads/master.zip).
Extract the archive, then drop the `HideCoAUI` subfolder into your Extract the archive, rename the extracted folder to `HideCoAUI`, then drop it
`Interface\AddOns` directory. into your `Interface\AddOns` directory.
## Usage ## Usage