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

NFTs View - List View #434

Closed
picarodias opened this issue Jan 4, 2022 · 3 comments
Closed

NFTs View - List View #434

picarodias opened this issue Jan 4, 2022 · 3 comments
Assignees
Milestone

Comments

@picarodias
Copy link

picarodias commented Jan 4, 2022

What is to be done?

  • Implement the NFTs List View:
  • Implement Mobile version.

Designs

Implementation Notes

Tech Resources

Technical Requirements

NFTs View

List of NFTs owned by the address.

NFTs List View

  • For each NFT held a list item must be rendered.
  • On page load: Render the first 6 NFT List Itens by default.
  • button: Load More
    • (at the end of the list, renders the next 6 NFT List Items)

NFT List Item:

  • image: Token image
    • (cropped to a circular frame | image Center aligned to the center of the Frame)
  • image: Collection Icon
  • text: Token Name
  • text: Collection Name
  • label: ID
    • number: Token ID
  • button: Right Arrow Icon
    • (navigates to NFT Information Page for the given NFT)
  • Attribute Component:
    • label: Attribute Key
    • text/number: Attribute Value
      • e.g.: LP Yield Increase: 1%,
    • (render as many Attribute Components as can be fitted in a single line)
  • button: Plus Icon / Minus Icon
    • (Renders 2 more lines of attribute components of the given NFT)
    • If there are more attributes to display:
      • text: + X more
        • X = number of hidden attributes.
        • e.g.: + 20 more

Mobile Adjustments

Changes necessary for mobile implementation.

NFTs List View

Attribute Components are removed. Requirements are reduced to:

NFT List Item:

  • image: Token image
    • (cropped to a square frame | image Center aligned to the center of the Frame)
  • image: Collection Icon
  • text: Collection Name
  • text: Token Name
  • label: ID
    • number: Token ID
  • button: Right Arrow Icon
    • (navigates to NFT Information Page for the given NFT)
@picarodias picarodias added this to the boots milestone Jan 4, 2022
@picarodias picarodias changed the title NFTs View - Header and List View NFTs View - List View Jan 7, 2022
melanke added a commit that referenced this issue Jan 20, 2022
melanke added a commit that referenced this issue Jan 20, 2022
@EvCastie1
Copy link

EvCastie1 commented Feb 15, 2022

the load more button is not showing, for viewing all NFTs and button the token figure are also not appearing.

9797.png

@EvCastie1
Copy link

In the mobile version, the "lead more" button and the token figure are also not appearing.

WhatsApp Image 2022-02-15 at 14.36.55.jpeg

@EvCastie1
Copy link

EvCastie1 commented Mar 8, 2022

the "load more" button was implemented in both the desktop and mobile versions.

WhatsApp Image 2022-03-08 at 11.17.34.jpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants