[Human App FE] Staking Requirements#3725
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 5 Skipped Deployments
|
There was a problem hiding this comment.
Overall looks good. Just two small details. When you add your API keys, the profile status page updates, but the “Tasks” section remains disabled. I have to refresh the page manually to enable it. The same thing happens in reverse. When you remove your API keys and you don't have any staking, the “Tasks” section remains enabled and I can access it.
Also, when checking the staking summary with the refresh button, if staking eligibility is disabled and the user doesn't have stake, we have isStaked=false but user.is_stake_eligible=true and is sending summary and refresh calls. Can we fix it? I'm thinking on skip refresh call when user.is_stake_eligible=true
fdf8312 to
c335147
Compare
Issue tracking
Closes #3679
Context behind the change
Adds staking requirement block on the profile page
How has this been tested?
locally
Release plan
regular
Potential risks; What to monitor; Rollback plan
not found