brackt/app/components/__tests__
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
..
AutodraftSettings.test.tsx Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00
AvailableParticipantsSection.test.tsx Virtualize available participants list, memoize draft room props 2026-04-17 16:06:48 -07:00
DraftGrid.test.tsx Update draft board page 2026-04-17 14:17:49 -07:00