You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently fetch all names matching a search to populate the ResultsPanel. This will probably become a performance issue if the dataset gets too big.
@ColmDC No, for now, I've just truncated the list to 200 so loading isn't too slow, and the user can't see past the first 200 items unless they refine their search f4b295f
Description
We currently fetch all names matching a search to populate the ResultsPanel. This will probably become a performance issue if the dataset gets too big.
The search API supports pagination so we just need to implement this in the UI, maybe using this MUI component:
https://mui.com/material-ui/react-pagination/#controlled-pagination
Acceptance Criteria
The text was updated successfully, but these errors were encountered: