Skip to content

feat: add proactive warning for mint limit exceeded#3368

Open
nachomazzara wants to merge 1 commit intomasterfrom
fix/3365-mint-more-than-50-nfts-ux
Open

feat: add proactive warning for mint limit exceeded#3368
nachomazzara wants to merge 1 commit intomasterfrom
fix/3365-mint-more-than-50-nfts-ux

Conversation

@nachomazzara
Copy link
Contributor

Summary

Improves UX when users try to mint more than 50 NFTs in a single transaction by showing a proactive warning message instead of silently failing.

Changes

  • Added real-time validation in the MintItemsModal
  • Shows warning when totalMints > 50
  • Disables "Next" button when limit is exceeded
  • Users get immediate feedback before reaching confirmation step

Testing

Manual testing verified:

  • Warning appears when minting > 50 items
  • Warning disappears when reducing to ≤ 50 items
  • "Next" button disabled/enabled appropriately
  • Existing validation remains as safeguard

Closes

#3365


🤖 Created via Slack with Claude
Requested by alelevy via Slack

- Show warning message when user tries to mint more than 50 NFTs
- Disable 'Next' button when limit is exceeded
- Improves UX by providing feedback before confirmation step
- Keeps existing validation as safeguard

Closes #3365
@vercel
Copy link

vercel bot commented Mar 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
builder Ready Ready Preview, Comment Mar 17, 2026 11:39am

Request Review

@coveralls
Copy link

Pull Request Test Coverage Report for Build 23192274831

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 48.29%

Totals Coverage Status
Change from base Build 23019827243: 0.0%
Covered Lines: 6303
Relevant Lines: 11698

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants