Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal Popup - Transfer Stamp #433

Open
babalicious-io opened this issue Dec 5, 2024 · 3 comments · Fixed by #479
Open

Modal Popup - Transfer Stamp #433

babalicious-io opened this issue Dec 5, 2024 · 3 comments · Fixed by #479
Assignees
Labels
design revision revision to match design
Milestone

Comments

@babalicious-io
Copy link
Collaborator

Screenshot 2024-12-05 at 15 11 46

Editions Max number and Recipient Address needs to be checked

  • Is Recipient addy properly integrated ?
  • I inserted Editions code form the StampBuy modal that isn't working
    Instead of XX it should be {maxQuantity}
    These need to be commentedIn again
/*max={maxQuantity}*/
/*onChange={handleQuantityChange}*/

line 153

<div className="flex w-full justify-between items-start">
            <div className="flex flex-col justify-start -space-y-0.5">
              <p className="text-lg mobileLg:text-xl font-bold text-stamp-grey">
                EDITIONS
              </p>
              <p className="text-sm mobileLg:text-base font-medium text-stamp-grey-darker">
                MAX XX
              </p>
            </div>
            <input
              type="number"
              min="1"
              /*max={maxQuantity}*/
              value={quantity}
              /*onChange={handleQuantityChange}*/
              className={`${inputField} !w-12 text-center`}
            />
          </div>
@babalicious-io

This comment was marked as resolved.

@babalicious-io
Copy link
Collaborator Author

The stamp image needs to display/update as well.

@reinamora137 reinamora137 added the design revision revision to match design label Dec 8, 2024
@reinamora137 reinamora137 added this to the v1 milestone Dec 8, 2024
@reinamora137
Copy link
Contributor

maxQuantity is the qty the user has that in their wallet for that asset. not certain if utxo based assets can be transferred like this so we can use the unbound balance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design revision revision to match design
Projects
None yet
3 participants