NextExpense/internal/handlers
cclohmar 4ea3d63b29 feat: OTP inputs auto-advance to next field when digit is typed
- oninput moves focus to next field when digit entered
- onkeydown Backspace moves to previous field when current is empty
- Last field (digit_5) only handles backspace
2026-06-02 00:00:57 +00:00
..
auth.go refactor: implement best-practice recommendations from code review 2026-05-31 02:13:07 +00:00
events.go fix: normalize ImagePath for old database entries with storage/ prefix 2026-06-01 23:30:56 +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: OTP inputs auto-advance to next field when digit is typed 2026-06-02 00:00:57 +00:00