- Add type hints to create_progress_bar() and format_stat_bar()
- Add type hints to admin_only() decorator and is_admin()
- Use f-strings for logging (Python 3.11 compatible)
- Improves code readability and IDE support
- Update combat_handlers.py to show visual enemy and player HP bars
- Update action_handlers.py combat encounters with progress bars
- Update combat.py attack results with visual HP displays
- Add UI_EXAMPLES.md with before/after comparisons
- All combat displays now use format_stat_bar() for consistency