Bug fix. the UI was not resetting the max on the slider as expected, nor properly validating for unacceptable offer creation.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC4bb8240bd8d5: [Cashtab] Prevent creation of unacceptable agora offers
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- no-creating-unacceptable-agora-offers
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 31894 Build 63280: Build Diff cashtab-tests Build 63279: arc lint + arc unit
Event Timeline
Comment Actions
Update useEffect to validate min qty when total qty changes, remove useEffect that changed min qty when total qty changed
cashtab/src/components/Etokens/Token/index.tsx | ||
---|---|---|
665 ↗ | (On Diff #51928) | imo this was the wrong approach. we do not want to "auto change" Something that the user had set. Also this was only working for typed adjustments. |