hensei-web/app/[locale]
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
..
[username] fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
new refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
p/[party] refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
saved fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
server-error refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
teams fix: update server components to match API response structure 2025-09-02 20:41:45 -07:00
unauthorized refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
error.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
global-error.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
layout.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
not-found.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00
page.tsx refactor: migrate App Router pages to locale segments 2025-09-02 20:19:47 -07:00