SharedStake / SharedStake/SharedStake-ui
Add claim button for new pool type
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
New pool doesn't have claim function. And apparently you need to unstake 0, to just claim the rewards. However that's very confusing, and currently UI doesn't allow unstake of 0).
We should add Claim button, which would do the unstake of 0 in the background, so the UX would be better and more straight forward.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the UI entry point for the new pool type and the existing unstake action. Trace how rewards are claimed through unstaking zero, then add a visible Claim button that triggers that existing behavior. Done means users can claim rewards directly without manually initiating a zero unstake.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100