From a2569837aa07ef48f27884fc2869b5be47087a4e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:36:10 +0900 Subject: feat(client): implement Register page with form validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add functional registration form with: - Username and password fields with confirm password - Client-side validation (password match, minimum length) - Error display for API failures - Redirect to home when already authenticated - Loading state during submission 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 3936102..b0f89a8 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "@hono/cli": "^0.1.3", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", + "@testing-library/user-event": "^14.6.1", "@types/node": "^24.10.1", "@types/pg": "^8.15.6", "@types/react": "^19.2.7", -- cgit v1.2.3-70-g09d2