combat testing and polishing in the dev console, many bug fixes

This commit is contained in:
2025-11-27 20:37:53 -06:00
parent 94c4ca9e95
commit dd92cf5991
45 changed files with 8157 additions and 1106 deletions

View File

@@ -253,7 +253,7 @@ Implemented hybrid loot system:
### Week 3: Combat UI
#### Task 3.1: Create Combat Template (1 day / 8 hours)
#### Task 3.1: Create Combat Template ✅ COMPLETE
**Objective:** Build HTMX-powered combat interface
@@ -452,11 +452,11 @@ if (logDiv) {
---
#### Task 3.2: Combat HTMX Integration (1 day / 8 hours)
#### Task 3.2: Combat HTMX Integration ✅ COMPLETE
**Objective:** Wire combat UI to API via HTMX
**File:** `/public_web/app/views/combat.py`
**File:** `/public_web/app/views/game_views.py`
**Implementation:**
@@ -583,7 +583,7 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
---
#### Task 3.3: Inventory UI (1 day / 8 hours)
#### Task 3.3: Inventory UI ✅ COMPLETE
**Objective:** Add inventory accordion to character panel