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
Since the recently updated /users API doesn't send all user info, client has a dependency on server to provide an easier way (rather than calling /users and then /users/<id> on every id - the easiest way is to just send bio and work fields in the /users response, but it's slow)
Searching will be done on client side.
If we reuse the same search bar in directory, we have to decide if we're calling
/users?search=
API or doing everything locallyThe text was updated successfully, but these errors were encountered: