- 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> |
||
|---|---|---|
| .. | ||
| [username] | ||
| new | ||
| p/[party] | ||
| saved | ||
| server-error | ||
| teams | ||
| unauthorized | ||
| error.tsx | ||
| global-error.tsx | ||
| layout.tsx | ||
| not-found.tsx | ||
| page.tsx | ||