Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

OpenMinter v0.6.0

Compare
Choose a tag to compare
@obstropolos obstropolos released this 19 Apr 15:44
· 11 commits to main since this release
cfa6b8e

The OpenMinter project enables anyone to create, showcase, and exchange NFTs on Tezos.

This release v0.6.0 includes new features such as a new asset creation flow, asynchronous transaction handling, individual collection pages, and a number of optimizations and usability improvements.

New Features

  • Individual collection pages accessible through distinct URLs.
  • New asset flow now responsive with a reduced number of steps.
  • Asynchronous transaction handling to avoid modal gates.

Bug Fixes

  • Individual asset pages
    • Image scaling removes any cutoff.
    • Zoom feature fixes.
    • Button positioning.
    • Decimal limits to see full price.
  • Collections and marketplace
    • Card fixes to avoid any image cutoff.
    • Error handling on marketplace transaction failures.

Improvements

  • Layout responsiveness fixes on individual asset pages.
  • Full mobile responsiveness with numerous fixes.
  • Transaction batching for marketplace.

Other Changes

  • Marketplace to begin loading upon connection.
  • IPFS gateway switched to Pinata to avoid retrieval errors.
  • Update to latest Taquito release.