This component is responsible for displaying a list of users that can be added to friend / block list. To get a list of users we start by searching our store.
Depends on D4266
Differential D4267
[web] Create AddUsersList component that fetches users from the store tomek on Jun 14 2022, 12:31 PM. Authored by Tags None Referenced Files
Details This component is responsible for displaying a list of users that can be added to friend / block list. To get a list of users we start by searching our store. Depends on D4266 Render the component and check if all the users that match search text were returned.
Diff Detail
Event TimelineComment Actions Is this component supposed to return null at this point? Was a little confused because the state stuff looks correct, but the component isn't displaying anything yet. Even just an unstyled list of <p>'s would probably be good?
Comment Actions Sorry for the confusion! I should've said that the next couple of diffs build this component step-by-step - the rendering will be added a lot later. |