NextExpense/templates
cclohmar ded4954c72 feat: add expense editing - view and edit all existing receipts
- Added ✏️ edit button on every expense in the list
- Clicking loads the receipt form pre-filled with the expense data
- Changes are saved via PUT /expenses/{id}
- Receipt form auto-switches between create (POST) and edit (PUT) mode
- Full HTMX multi-target response: form resets + list refreshes
2026-05-30 12:43:33 +00:00
..
dashboard.html feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +00:00
event_expenses.html feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +00:00
expense_list.html feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +00:00
index.html fix: mobile receipt capture not working - missing name attribute on file input + htmx targetError on OTP verification 2026-05-30 11:34:36 +00:00
receipt_form.html feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +00:00