Another source of the users is our server - there might be some users that aren't in the store, but it should be possible to friend / block them.
Depends on D4267
Differential D4268
[web] Search for the users on server tomek on Jun 14 2022, 12:34 PM. Authored by Tags None Referenced Files
Details
Another source of the users is our server - there might be some users that aren't in the store, but it should be possible to friend / block them. Depends on D4267 Render the component and check if all the users that match search text were returned from the server.
Diff Detail
Event TimelineComment Actions Considering this network request may take some time to complete, we should probably introduce a spinner or something here to indicate to the user that "something is happening." Guessing that feedback will probably be more relevant later in the stack once you're working on the views though.
Comment Actions We can do that but need to find a good place for it. We don't want to stop users from interacting with the component because we're fetching some data. Also, there will be some users displayed (from the store), so adding a spinner is not that beneficial... what do you think?
|