getUpcomingScoringEvents already fetched per-game scheduledAt times from playoffMatchGames for sorting, but discarded them from the return value. EventSchedule was showing eventStartsAt (event-level) instead of the accurate per-game times. Now getUpcomingScoringEvents includes earliestGameTime in each returned event, and EventSchedule prefers earliestGameTime over eventStartsAt — matching how UpcomingCalendarPanel works on the Upcoming Events page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KiVGo8gSBXe3WuRniVNKsd |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| EventSchedule.tsx | ||
| GroupStageStandings.tsx | ||
| RegularSeasonStandings.tsx | ||
| UpcomingCalendarPanel.tsx | ||
| UpcomingEventsCard.stories.tsx | ||
| UpcomingEventsCard.tsx | ||
| UpcomingEventsCardFull.stories.tsx | ||