Lemontropia-Suite/ui
LemonNexus e1316076bf fix(gui): logging methods don't depend on log_watcher
- log_debug/info/warning/error now use _append_log directly
- Avoids AttributeError when log_watcher is None during init
- LogWatcher is only used for game events, not UI logging
2026-02-08 22:14:52 +00:00
..
__init__.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00
hud_overlay.py fix(hud): session tracking and drag improvements 2026-02-08 21:40:48 +00:00
loadout_manager.py feat(phase2): Complete Phase 2 Integration - Bug fixes: SimpleCache self._timestamps typo, MOCK_TOOLS key typo. Agent-swarm UI: main_window, hud_overlay, loadout_manager. Nexus API with mock data. All tests passing. 2026-02-08 21:07:47 +00:00
main_window.py fix(gui): logging methods don't depend on log_watcher 2026-02-08 22:14:52 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00