- Create auth_form_errors.templ: FieldError and GeneralError primitives - Create auth_signup.templ: SignupPage (full) and SignupFormFragment (HTMX swap target) - Define SignupForm and SignupErrors types in templates/auth_forms.go - Add three smoke tests: renders form, renders errors, does not echo password |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| auth_form_errors.templ | ||
| auth_forms.go | ||
| auth_signup.templ | ||
| auth_signup_test.go | ||
| fragments.templ | ||
| index.templ | ||
| layout.templ | ||