fix: add Enter key handlers to all auth and nickname inputs
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@
|
||||
!.gitignore
|
||||
|
||||
!*.go
|
||||
!*.templ
|
||||
!*.sql
|
||||
!go.sum
|
||||
!go.mod
|
||||
|
||||
Reference in New Issue
Block a user