diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:36:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:36:10 +0900 |
| commit | a2569837aa07ef48f27884fc2869b5be47087a4e (patch) | |
| tree | 5f2236441d751f6a3a7d0865c644e9a8c3259960 /pnpm-lock.yaml | |
| parent | 3923eb2f86c304bbd90c4eae9a338f7bc21c9e90 (diff) | |
| download | kioku-a2569837aa07ef48f27884fc2869b5be47087a4e.tar.gz kioku-a2569837aa07ef48f27884fc2869b5be47087a4e.tar.zst kioku-a2569837aa07ef48f27884fc2869b5be47087a4e.zip | |
feat(client): implement Register page with form validation
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 <noreply@anthropic.com>
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a58f707..44083c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,6 +51,9 @@ importers: '@testing-library/react': specifier: ^16.3.0 version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@testing-library/user-event': + specifier: ^14.6.1 + version: 14.6.1(@testing-library/dom@10.4.1) '@types/node': specifier: ^24.10.1 version: 24.10.1 @@ -741,6 +744,12 @@ packages: '@types/react-dom': optional: true + '@testing-library/user-event@14.6.1': + resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==} + engines: {node: '>=12', npm: '>=6'} + peerDependencies: + '@testing-library/dom': '>=7.21.4' + '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} @@ -1978,6 +1987,10 @@ snapshots: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) + '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': + dependencies: + '@testing-library/dom': 10.4.1 + '@types/aria-query@5.0.4': {} '@types/babel__core@7.20.5': |
