- Add getUserProfile function to fetch user data with teams from /users/{username} endpoint
- Update profile page to use the correct API response structure (profile.parties)
- Fix UserInfo component to receive user object instead of individual props
- Update ProfilePageClient to fetch additional pages from the correct endpoint
- Fix pagination metadata extraction from the API response
The profile page now correctly displays user teams with working infinite scroll pagination.
|
||
|---|---|---|
| .. | ||
| [username] | ||
| new | ||
| p/[party] | ||
| saved | ||
| server-error | ||
| teams | ||
| unauthorized | ||
| error.tsx | ||
| global-error.tsx | ||
| layout.tsx | ||
| not-found.tsx | ||
| page.tsx | ||