mlabs-haskell / nft-marketplace

Other
2 stars 0 forks source link

Add owner info to the item details page #117

Closed nrutledge closed 2 years ago

nrutledge commented 2 years ago

The item details page currently shows the info of the artist/creator. It should also show the current owner.

The owner info can be displayed to the right of the creator. The owner image should work the same as the creator image (i.e., if there is a matching artist, use the artist image, otherwise no image with grey background).

Note: actual pubKeyHashes are around 56 characters. They will need to be truncated similar to the below example from Rarible: image