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 should add a search box to the feed that lets users follow a new account.
Implementation
This first iteration should just make an async request to /api/follow?user={query} and give a visual indication of whether or not the follow was successful.
The text was updated successfully, but these errors were encountered:
We should add a search box to the feed that lets users follow a new account.
Implementation
This first iteration should just make an async request to
/api/follow?user={query}
and give a visual indication of whether or not the follow was successful.The text was updated successfully, but these errors were encountered: