vinix 2817f3c31c feat: update user API with server-side pagination and enhanced filtering
- Add support for server-side pagination from backend
- Maintain client-side pagination as fallback
- Filter out super admin users (is_sa = true or 1) in both paths
- Add comprehensive error handling with try-catch
- Add console logging for debugging
- Return standardized response structure
- Handle both boolean and integer values for is_sa field
- Recalculate pagination info after filtering SA users

API now supports both backend pagination and ensures SA users are always hidden from the list
2025-10-10 15:48:22 +07:00
2025-09-17 12:15:29 +07:00
2025-09-29 16:23:20 +07:00
2025-09-29 16:23:20 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:13:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-29 16:23:20 +07:00
2025-09-15 04:01:19 +00:00
2025-09-17 12:14:25 +07:00

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
No description provided
Readme 6.9 MiB
Languages
JavaScript 99.4%
CSS 0.5%