chore(game-ui): extract chat panel into dedicated UI module

- moved chat panel logic out of `game_screen` into `chat_panel`
- added chat_panel.hpp and chat_panel.cpp
- updated game_screen.hpp and game_screen.cpp to integrate new `ChatPanel` component
- updated build config in CMakeLists.txt to include new UI module sources
This commit is contained in:
Paul 2026-03-31 08:53:14 +03:00
parent c1c28d4216
commit 0f1cd5fe9a
5 changed files with 5227 additions and 5023 deletions

View file

@ -556,6 +556,7 @@ set(WOWEE_SOURCES
src/ui/character_create_screen.cpp
src/ui/character_screen.cpp
src/ui/game_screen.cpp
src/ui/chat_panel.cpp
src/ui/inventory_screen.cpp
src/ui/quest_log_screen.cpp
src/ui/spellbook_screen.cpp