NextExpense/templates
cclohmar b9721a9bab fix: event edit and delete now use htmx.trigger() instead of .submit() / hx.trigger()
- form.submit() triggered standard GET submission with query params
- hx.trigger() is not a valid function — htmx.trigger() is the correct API
- Both edit save and delete now properly fire HTMX requests
2026-06-03 08:03:47 +00:00
..
dashboard.html fix: Edit button shows hidden form — added onclick to remove hidden class 2026-06-03 07:38:52 +00:00
event_expenses.html fix: event edit and delete now use htmx.trigger() instead of .submit() / hx.trigger() 2026-06-03 08:03:47 +00:00
expense_list.html feat: add × close button to image lightbox 2026-06-01 23:57:17 +00:00
index.html feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00
receipt_form.html refactor: replace currency dropdowns with simple text inputs 2026-06-01 23:14:16 +00:00