feat: Enhance Agent Chat History Popup with Retro Animations

- Introduced retro-style animations including pulsing borders, scanline effects, and glitch animations to the Agent Chat History Popup, enhancing visual appeal.
- Updated message display with terminal-inspired styling, including color-coded sender labels and retro separators.
- Improved header design with a pulsing glow effect and animated status indicators for unread messages, enriching user interaction.
- Refactored drawing methods to accommodate new visual effects while maintaining existing functionality.
This commit is contained in:
scawful
2025-10-06 01:33:08 -04:00
parent 7ba8d5b443
commit 8688f0c502
7 changed files with 368 additions and 71 deletions

View File

@@ -68,6 +68,9 @@ set(YAZE_AGENT_SOURCES
cli/service/agent/proposal_executor.cc
cli/handlers/agent/tool_commands.cc
cli/handlers/agent/gui_tool_commands.cc
cli/handlers/agent/dialogue_tool_commands.cc
cli/handlers/agent/music_tool_commands.cc
cli/handlers/agent/sprite_tool_commands.cc
cli/handlers/agent/todo_commands.cc
cli/handlers/agent/hex_commands.cc
cli/handlers/agent/palette_commands.cc