brackt/app/components/league/settings
Claude 1831898001
Address code review: shared tz hook, short abbrev, sort fix, dead type cleanup, test update
- Extract timezone detection into useLocalTimezone hook to avoid duplication
  across DraftSetupSection and Step3DraftSettings
- Use Intl short timezone abbreviation (e.g. "EST") instead of raw IANA name,
  matching DraftInfoCard's existing pattern
- Sort review step sport list by season name instead of sport.name so the
  visible order matches the displayed text
- Remove unused scoringType and year fields from SportsSection's local type
- Update SportsSection tests to use realistic season names and the new
  display format

https://claude.ai/code/session_01GtJowGruAc1A4jURkSDVjX
2026-05-15 22:25:28 +00:00
..
__tests__ Address code review: shared tz hook, short abbrev, sort fix, dead type cleanup, test update 2026-05-15 22:25:28 +00:00
DraftOrderSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
DraftSetupSection.tsx Address code review: shared tz hook, short abbrev, sort fix, dead type cleanup, test update 2026-05-15 22:25:28 +00:00
HistoryDangerSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
LeagueBasicsSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
LeagueSettingsHeader.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
NotificationsSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
PeopleSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
ScoringSection.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
SettingsMessages.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
SettingsNavigation.tsx Improve flag config validation and remove settings completion tracking (#390) 2026-05-07 10:09:45 -07:00
SettingsSaveBar.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
SettingsSection.tsx Improve flag config validation and remove settings completion tracking (#390) 2026-05-07 10:09:45 -07:00
SortableDraftOrderRow.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00
SportsSection.tsx Address code review: shared tz hook, short abbrev, sort fix, dead type cleanup, test update 2026-05-15 22:25:28 +00:00
UnsavedChangesDialogs.tsx Refactor league settings into per-section components (#379) 2026-05-05 14:19:50 -07:00