Summary
The sell panel quantity input should reject any value greater than the user's current holding for that creator. Unit tests should confirm the validation error appears when the entered quantity exceeds the holding and clears when the quantity is brought back within range.
Scope
- Render the sell input with a mock holding of 3 keys
- Enter quantity 4 and assert a validation error is shown
- Change quantity to 3 and assert the validation error clears
- Enter quantity 0 and assert a separate zero-quantity error is shown
- Enter quantity 1 and assert no errors are present
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The sell panel quantity input should reject any value greater than the user's current holding for that creator. Unit tests should confirm the validation error appears when the entered quantity exceeds the holding and clears when the quantity is brought back within range.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram