hensei-web/app/[locale]/teams
Justin Edmund 59bd37e806 fix: update server components to match API response structure
- Change teamsData.parties to teamsData.results (API returns "results" not "parties")
- Change teamsData.pagination to teamsData.meta (API returns "meta" not "pagination")
- Map meta.count to record_count for pagination
- Use page parameter for current_page instead of expecting it from API
- Fix raidGroups to use direct array instead of .raid_groups property

Aligns frontend expectations with actual backend API response format

🤖 Generated with Claude Code
https://claude.ai/code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 20:41:45 -07:00
..
page.tsx fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
TeamsPageClient.tsx fix: import useSearchParams from next/navigation instead of next-intl 2025-09-02 20:41:21 -07:00