admin/src
hosseintaromi 3f4aefb112 admin-users: implement complete admin users management
- Add admin users CRUD operations (list, create, edit, delete)
- Implement proper API response structure handling (admin_user vs user)
- Add form validation with conditional password requirement (optional in edit mode)
- Create reusable hooks and request functions following established pattern
- Add TypeScript interfaces and proper error handling
- Include debug logging for API responses
2025-07-22 08:48:36 +03:30
..
components feat(navigation): integrate roles into app navigation 2025-07-18 14:03:07 +03:30
constant config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
contexts auth: update authentication system 2025-07-22 08:48:12 +03:30
hooks Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
lib config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
pages admin-users: implement complete admin users management 2025-07-22 08:48:36 +03:30
services refactor(services): remove unused authService 2025-07-18 13:06:17 +03:30
stores Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
types auth: update authentication system 2025-07-22 08:48:12 +03:30
utils config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
App.tsx feat(navigation): integrate roles into app navigation 2025-07-18 14:03:07 +03:30
index.css Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
main.tsx Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
vite-env.d.ts feat(config): add API configuration and constants 2025-07-18 13:06:00 +03:30