Commit Graph

10 Commits

Author SHA1 Message Date
b6d941ba2d refactor: comment out console logs for cleaner production code 2025-12-29 10:58:03 +07:00
797f6c2383 refactor: clean up comments and streamline payload handling in user detail form 2025-12-23 20:10:33 +07:00
2abed31bde fix field + role user 2025-10-24 18:44:08 +07:00
172e14e77d update handle reject & is_active 2025-10-16 11:30:00 +07:00
2d2b1a6b0c pending reject handle 2025-10-15 19:42:47 +07:00
9f6cb66c37 feat: add password requirements validation and indicators in ChangePasswordModal and DetailUser components 2025-10-14 15:42:28 +07:00
d0bf6782d5 update mengikuti pusat 2025-10-11 03:07:27 +07:00
59c90c3519 feat: integrate dynamic role selection in user form
- Add getAllRole API import to fetch roles dynamically
- Add roleList and loadingRoles state management
- Implement fetchRoles function to get all roles from API
- Update Select component to display roles dynamically from database
- Display role format: Role Name (Level X)
- Add loading indicator while fetching roles
- Fetch roles automatically when modal opens
2025-10-10 15:44:21 +07:00
5f6c156c12 feat: add role fetching functionality to DetailUser component 2025-10-10 14:49:16 +07:00
823492a381 add detailuser file 2025-10-09 22:53:06 +07:00