mlabs-haskell / nft-marketplace

Other
2 stars 0 forks source link

Added the item change price button in the item page #136

Closed vagmen closed 2 years ago

vagmen commented 2 years ago

What does this PR do?

Screenshot

Screen Shot 2021-12-16 at 6 53 01 PM

nrutledge commented 2 years ago

@vagmen For the "Change Price" modal, please ensure the following:

  1. The New price input is full width and has smaller border radius to be consistent with the modal designs in the Figma mockup.
  2. There is an indication in the field that this price is in ADA (i.e., ADA is shown at the right side of the field).
  3. This ADA price is converted to Lovelace before passing in to the params for the SDK (that means multiply by 1,000,000). And this logic should be a helper function added to src/utils.

image

vagmen commented 2 years ago

Sorry I sent the wrong request, wait a moment

vagmen commented 2 years ago

I just committed again, please check this PR