We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an performance optimization - the call to get follow is not needed after unfollow call is made. No impact to the user experience.
Slack conversation
When user visits an individual Grant that they are following and clicks Following to unfollow.
An api call is made to delete the follow and then another call is made to get the follow state.
Only needed api calls are made
The following functions need to be added...
No response
The text was updated successfully, but these errors were encountered:
greg-adams
No branches or pull requests
Why is this issue important?
This is an performance optimization - the call to get follow is not needed after unfollow call is made. No impact to the user experience.
Slack conversation
Current State
When user visits an individual Grant that they are following and clicks Following to unfollow.
An api call is made to delete the follow and then another call is made to get the follow state.
Unfollow.-.404.clip.mov
Expected State
When user visits an individual Grant that they are following and clicks Following to unfollow.
Only needed api calls are made
Implementation Plan
The following functions need to be added...
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: