Skin the CoA Vanity tab (StoreCollectionFrame)

Skins the outer window, close button, search box, Filter dropdown
(and its arrow and popup panel), Purchase/Deliver buttons, and the
grid pager arrows. Removes nothing else -- the portrait originally
suspected at the top-left corner turned out not to exist as a
separate element, and the card grid/preview panel are left native.
This commit is contained in:
2026-08-17 20:17:25 +02:00
parent 2736cc0065
commit b14753491c
3 changed files with 177 additions and 0 deletions
+4
View File
@@ -382,6 +382,10 @@ function CoA:Initialize()
if self.InitializeTalentFrame then
self:InitializeTalentFrame()
end
if self.InitializeVanityFrame then
self:InitializeVanityFrame()
end
end
local function InitializeCallback()