the-tip-top-frontend/services
soufiane 3456657ae5 feat: add user details page and getUserById service method
Created comprehensive user details page at /admin/utilisateurs/[id] that
displays contact information, personal data, account status, and ticket
statistics. Added getUserById method to admin service to fetch detailed
user information from the backend API. Fixes the "Détails" button that
was previously navigating to a non-existent page.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 15:09:00 +01:00
..
admin.service.ts feat: add user details page and getUserById service method 2025-11-19 15:09:00 +01:00
api.ts fix: change headers type from HeadersInit to Record<string, string> 2025-11-18 02:01:53 +01:00
auth.service.ts dev 2025-11-17 23:38:02 +01:00
employee.service.ts dev 2025-11-17 23:38:02 +01:00
game.service.ts dev 2025-11-17 23:38:02 +01:00
user.service.ts dev 2025-11-17 23:38:02 +01:00