brackt/app/components/sport-season
Claude cee9469f48
Fix MLB streak doubling bug, hide empty standings columns, improve mobile layout
- mlb.ts: use streakCode alone (the API already returns the full string like
  "W3"); appending streakNumber was doubling the digit, causing "L33" display
- Update mlb.test.ts mocks to match real API format (streakCode "W3" not "W")
- RegularSeasonStandings: conditionally hide GB/L10/STK columns when no rows
  have data, so pre-season or stats-free sports don't show blank columns
- Mobile two-row layout: GP/PCT/GB/L10 move to a secondary sub-row (sm:hidden)
  so all data stays visible without horizontal scroll on small screens; STK and
  W/L remain on the primary row; reduce min-w from 740px to 360px

https://claude.ai/code/session_01RADi3LhYMPbRDm5no1ZpdF
2026-05-12 09:22:18 +00:00
..
__tests__ Fix MLB streak doubling bug, hide empty standings columns, improve mobile layout 2026-05-12 09:22:18 +00:00
EventSchedule.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
GroupStageStandings.tsx Add FIFA World Cup 2026 support with group stage display and Monte Carlo simulator (#242) 2026-03-29 10:27:47 -07:00
RegularSeasonStandings.tsx Fix MLB streak doubling bug, hide empty standings columns, improve mobile layout 2026-05-12 09:22:18 +00:00
UpcomingCalendarPanel.tsx Add upcoming events pages and fix timezone filtering, fixes #213 (#235) 2026-03-27 00:49:16 -07:00
UpcomingEventsCard.stories.tsx New design (#309) 2026-04-23 13:14:55 -07:00
UpcomingEventsCard.tsx New design (#309) 2026-04-23 13:14:55 -07:00
UpcomingEventsCardFull.stories.tsx New design (#309) 2026-04-23 13:14:55 -07:00