Commit Graph

12 Commits

Author SHA1 Message Date
c3f1ef9b4e feat: enhance LoginForm component with FormControl and FormMessage for improved validation feedback 2024-12-03 18:20:05 +08:00
d6202c5c57 feat: refactor AdminCreateUserForm to named export and improve error message handling; add LoginForm component with validation 2024-12-03 18:03:14 +08:00
6b5f0cd8bf fix: update import path for AdminCreateUserForm component 2024-12-03 16:13:27 +08:00
3d4b6c93ca feat: add AdminCreateUserForm component for user creation with validation and reset functionality 2024-12-03 16:11:44 +08:00
b075614a42 feat: add user management functionality with Gitea API integration and Zustand store 2024-12-03 15:57:31 +08:00
ef6343fd9c feat: update error handling in adminCreateUserStore to provide a generic server error message 2024-12-03 14:51:45 +08:00
28de4b6d18 feat: enhance AdminCreateUserForm with reset functionality on submit and user change 2024-12-03 14:46:26 +08:00
b8be02025e feat: refactor AdminCreateUserForm to use defaultValues and add reset functionality 2024-12-03 14:02:31 +08:00
dfa5179056 feat: add UI components including Button, Card, Checkbox, Input, Label, Toaster and integrate Zustand for user management 2024-12-03 13:09:59 +08:00
1acee31432 feat: integrate Gitea API for user management and add error handling 2024-12-01 22:12:55 +08:00
8dc72f7e29 chore: add pino and pino-pretty for logging functionality 2024-12-01 20:32:12 +08:00
88229a3057 chore: initialize Next.js project with shadcn 2024-12-01 20:23:41 +08:00