fix: add Enter key handlers to all auth and nickname inputs
All checks were successful
CI / Deploy / test (pull_request) Successful in 14s
CI / Deploy / lint (pull_request) Successful in 25s
CI / Deploy / deploy (pull_request) Has been skipped

Pressing Enter on the username field in login/register or the nickname
field in the join-game prompt now submits the form, matching user
expectations. Also add *.templ to the gitignore allowlist.
This commit is contained in:
Ryan Hamamura
2026-03-02 15:06:01 -10:00
parent 8c6e5d24ac
commit 4f1ee11fa3
7 changed files with 254 additions and 36 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@
!.gitignore
!*.go
!*.templ
!*.sql
!go.sum
!go.mod