Reference in New Issue
Block a user
Delete Branch "feature/issue-64-65-quick-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Features:
Acceptance Criteria:
#64 (Consume):
✅ Consume button visible on each card
✅ Reduces quantity correctly (by 1)
✅ Handles edge cases (disabled when quantity low)
✅ Works with all unit types
#65 (Restock):
✅ Restock button visible on each card
✅ Modal shows current quantity + increment input
✅ Adds specified amount to quantity
✅ Shows calculated new total
✅ Works with all unit types
Closes: #64, #65