XLabs / wormscan-ui

5 stars 3 forks source link

Enhancement of NFT Transfer Detail View #681

Open SamantaCasal opened 1 month ago

SamantaCasal commented 1 month ago

Description: Enhance the detail view of NFT transfers to provide a clearer and more relevant display of essential information for our users.

Required Changes in Overview View:

  1. Remove: "Amount" field.
  2. Add: Replace the current "Amount" field with "Source" and "Target" addresses.
  3. Add: Next to the existing information, include the image of the NFT. Note: For now, images will solely be of the Image type.

Required Changes in Advanced View:

  1. Remove:
    • "Amount" field.
    • "Redeem Amount" field.
  2. Add: Replace the previous "Amount" field with the following fields:
    • Name: Name of the NFT.
    • TokenID: Token ID of the NFT.
    • Uri: URI linking to the NFT resource.

Resources