Kelsidavis-WoWee/include/ui
Paul 1c0e9dd1df chore(application): extract appearance controller and unify UI flow
- Refactor UI application architecture: extracted appearance controller into ui_services.hpp + implementation updates
- Update UI components and managers to use new service layer:
  - `action_bar_panel`, `auth_screen`, `character_screen`, `chat_panel`, `combat_ui`, `dialog_manager`, `game_screen`, `settings_panel`, `social_panel`, `toast_manager`, `ui_manager`, `window_manager`
- Adjust core application entrypoints:
  - application.cpp
- Update component implementations for new controller flow:
  - action_bar_panel.cpp, `chat_panel.cpp`, `combat_ui.cpp`, `dialog_manager.cpp`, `game_screen.cpp`, `settings_panel.cpp`, `social_panel.cpp`, `toast_manager.cpp`, `window_manager.cpp`

These staged changes implement a major architectural refactor for UI/appearance controller separation
2026-04-01 20:59:17 +03:00
..
action_bar_panel.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
auth_screen.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
character_create_screen.hpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
chat_panel.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
combat_ui.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
dialog_manager.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
game_screen.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
inventory_screen.hpp refactor: consolidate duplicate enchantment name cache in inventory tooltips 2026-03-25 18:08:08 -07:00
keybinding_manager.hpp refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
quest_log_screen.hpp Add search bar and Active/Ready filter to quest log 2026-03-11 23:17:38 -07:00
realm_screen.hpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
settings_panel.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
social_panel.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
spellbook_screen.hpp feat: add insufficient-power tint to action bar spell slots 2026-03-12 06:01:42 -07:00
talent_screen.hpp feat: add confirmation dialog before spending talent points 2026-03-18 11:23:35 -07:00
toast_manager.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
ui_colors.hpp refactor: add kCastGreen/kQueueGreen constants, remove dead code 2026-03-27 15:01:12 -07:00
ui_manager.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
ui_services.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00
window_manager.hpp chore(application): extract appearance controller and unify UI flow 2026-04-01 20:59:17 +03:00