cartridge-gg / controller

No seeds, just sticks. A self custodial embedded account to play onchain games seamlessly
https://x.cartridge.gg/signup
Other
54 stars 19 forks source link

Updates to the way we render assets in the Inventory page #819

Open clicksave opened 2 weeks ago

clicksave commented 2 weeks ago

as @JunichiSugiura pointed out, the way we were rendering ERC 721s was not very scalable. This new pattern solves for that. Collections are now grouped together

image

Clicking into a collection takes you to a collection page

image

Clicking on an item in a collection takes to to a detail page

image

Note the way we're rendering the images, theres some pixel magic going on here to keep the aspect rations consistent (this is done in the cards as well as the asset thumbnails)

image

https://www.figma.com/design/OSbzNkyR9UYV4Erz9oF9JJ/Controller?node-id=3359-34118&t=NmIDDW3Ht7LJC0es-1

clicksave commented 2 weeks ago

This is how im rendering the full item detail page

image