combat testing and polishing in the dev console, many bug fixes
This commit is contained in:
@@ -82,8 +82,19 @@ Displays character stats, resource bars, and action buttons
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# Quick Actions (Equipment, NPC, Travel) #}
|
||||
{# Quick Actions (Inventory, Equipment, NPC, Travel) #}
|
||||
<div class="quick-actions">
|
||||
{# Inventory - Opens modal #}
|
||||
<button class="action-btn action-btn--special"
|
||||
hx-get="{{ url_for('game.inventory_modal', session_id=session_id) }}"
|
||||
hx-target="#modal-container"
|
||||
hx-swap="innerHTML"
|
||||
aria-label="Open inventory">
|
||||
<span class="action-icon">💼</span>
|
||||
Inventory
|
||||
<span class="action-count">({{ character.inventory|length|default(0) }})</span>
|
||||
</button>
|
||||
|
||||
{# Equipment & Gear - Opens modal #}
|
||||
<button class="action-btn action-btn--special"
|
||||
hx-get="{{ url_for('game.equipment_modal', session_id=session_id) }}"
|
||||
|
||||
Reference in New Issue
Block a user