e00ecbf116e46ead32718f2166b4da9a5fec9334
Add ChangePasswordModal component: - Create modal with new password and confirmation fields - Implement password validation (min 8 chars, uppercase, lowercase, number, special char) - Add real-time error validation and display - Show password requirements info box - Display username for confirmation - Add loading state during password change - Success/error notifications Update IndexUser: - Add state management for change password modal - Pass props to ListUser and ChangePasswordModal - Integrate ChangePasswordModal component Update ListUser: - Add KeyOutlined icon for change password button - Add purple change password button in action column - Implement showChangePasswordModal function - Update columns to include change password handler - Increase action column width to 18% API endpoint: PUT /api/user/change-password/:id
touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.idetama.id/yogiedigital/cod-fe.git git push -u origin main
Description
Languages
JavaScript
99.4%
CSS
0.5%