NextExpense/internal/handlers
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
..
auth.go 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
events.go feat: replace abstract exchange rate with sample-based conversion 2026-05-30 12:33:48 +00:00
expenses.go feat: add expense editing - view and edit all existing receipts 2026-05-30 12:43:33 +00:00
file.go feat: add KES support + base currency + exchange rate for expense claims 2026-05-30 12:23:31 +00:00