NextExpense/internal/handlers
cclohmar 91534ed8bd fix: renderOTPForm in auth.go now uses cached single-field template
- Was using its own inline template with 6 digit_0..digit_5 fields
- Now calls getTemplate('otp_form') which has the single 6-digit input
- templates.go already had the correct single-field version
2026-06-03 07:57:56 +00:00
..
auth.go fix: renderOTPForm in auth.go now uses cached single-field template 2026-06-03 07:57:56 +00:00
events.go feat: single OTP field, event metadata on page, delete event 2026-06-03 07:46:12 +00:00
expenses.go fix: normalize ImagePath for old database entries with storage/ prefix 2026-06-01 23:30:56 +00:00
file.go refactor: implement best-practice recommendations from code review 2026-05-31 02:13:07 +00:00
helpers.go fix: normalize ImagePath for old database entries with storage/ prefix 2026-06-01 23:30:56 +00:00
templates.go feat: single OTP field, event metadata on page, delete event 2026-06-03 07:46:12 +00:00