char-exporter/CoaExporter
Florian Berthold cc5a87d2fb UI: left-side nav with grouped sections + Reload UI button
Replaces the cramped two-row button strip with a proper sidebar layout:

  Character        Markdown       Catalog       Scrolls    Tools
  - All            - MD Gear      - Skills      - Scan     - Reload UI
  - Talents        - MD Enchants  - Talents     - Status   - Debug
  - Gear           - MD Full      - All                    - Help
  - Enchants

Section headers in gold; full-width buttons stacked vertically.

The new "Reload UI" button calls ReloadUI() so guildies can flush a
catalog dump to disk without leaving the export window. Debug and Help
buttons route through SlashCmdList["COAE"] so the UI and slash share
one code path.

Frame is 720x500 (was 700x520); the right-side copy-out edit box keeps
its existing CoaExporter_ShowExportFrame() entry point so Core.lua is
unchanged.
2026-05-07 11:34:51 +02:00
..
Catalogs Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00
Collectors Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00
Data Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00
UI UI: left-side nav with grouped sections + Reload UI button 2026-05-07 11:34:51 +02:00
Util Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00
CoaExporter.toc Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00
Core.lua Initial CoaExporter: merge AscensionExporter + CoA skill/talent dumpers 2026-05-07 10:43:16 +02:00