Lemontropia-Suite/ui
LemonNexus 0a12b22498 fix(hud): fix Decimal/float division error in cost calculation
- Convert both damage and dpp to Decimal before division
- Proper Decimal arithmetic for precision
2026-02-08 23:28:44 +00:00
..
__init__.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00
gear_selector.py fix(gui): remove duplicate code causing IndentationError in gear_selector.py 2026-02-08 23:14:22 +00:00
hud_overlay.py fix(hud): add missing kills and globals layout definitions 2026-02-08 23:24:35 +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(hud): fix Decimal/float division error in cost calculation 2026-02-08 23:28:44 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00