brackt/app/components/draft
Chris Parsons e3bc3c1ce2 Virtualize available participants list, memoize draft room props
Adds @tanstack/react-virtual to replace separate mobile/desktop lists
with a single unified virtual scroll loop. Also memoizes miniDraftGrid
and availableParticipantsSectionProps, and switches pick lookup from
Array.find to a Map for O(1) access.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 16:06:48 -07:00
..
AuthRecoveryOverlay.tsx fix: prevent silent logout during long-running draft sessions (#49) 2026-03-01 19:33:03 -08:00
AvailableParticipantsSection.tsx Virtualize available participants list, memoize draft room props 2026-04-17 16:06:48 -07:00
ConnectionOverlay.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
DraftGridSection.tsx Fix context menu missing. 2026-04-17 14:17:49 -07:00
DraftPickCell.stories.tsx Update draft board page 2026-04-17 14:17:49 -07:00
DraftPickCell.tsx Fix context menu missing. 2026-04-17 14:17:49 -07:00
DraftSummaryView.tsx feat: add totalRounds prop to DraftSummaryView and pass from DraftRoom (#60) 2026-03-02 22:19:19 -08:00
MiniDraftGrid.stories.tsx Draft room improvements. 2026-04-17 14:17:49 -07:00
MiniDraftGrid.tsx Fix context menu missing. 2026-04-17 14:17:49 -07:00
ParticipantSelectionDialog.tsx fix: prevent iOS Safari viewport zoom on draft room form inputs (#45) 2026-02-27 23:46:09 -08:00
picks-utils.ts Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00
QueueSection.tsx Move tab navigation and autodraft to header row, narrow sidebar 2026-04-17 15:07:25 -07:00
RecentPicksSection.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
SidebarRecentPicks.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
TeamRosterView.tsx refactor: address code review findings in Roster/Summary draft views (#57) 2026-03-02 16:46:35 -08:00
TeamsDraftedGrid.tsx Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00