-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Rework landing page a bit - add recent mints for sale #2018
Comments
Hello fellow dev, as the client for apollo please use 'subsquid' query lastSold {
events(limit: 3, where:{ interaction_eq: BUY }, orderBy: blockNumber_DESC) {
meta
nft {
name
meta {
image
}
}
}
} the output from the graphql {
"data": {
"events": [
{
"meta": "392000000000",
"nft": {
"name": "WolfAngryClub | #069",
"meta": {
"image": "ipfs://ipfs/bafybeidxbgx6ykhq4o6bdnygswcksn5vsyo4bcik6flf4ubr54kvelgzpu"
}
}
},
{
"meta": "225400000000",
"nft": {
"name": "Spirit Key #2820",
"meta": {
"image": "ipfs://ipfs/bafybeicuuasrqnqndfw3k6rqacfpfil5sc5fhyjh63riqnd2imm5eucrk4"
}
}
},
{
"meta": "5096000000000",
"nft": {
"name": "Kitty Paradise #155",
"meta": {
"image": "ipfs://ipfs/bafkreigdcisj4r6r7b6mpy4dlrivpd73iw6b5mivhswr6jmt2eq7al47jq"
}
}
}
]
}
} |
is there a design for this that we can reference? |
Not any, but I can be helpful to guide you! :) |
@yangwao 1st point, |
From |
@yangwao can you explain this point as well |
Hey everyone, landing page design was here... #1619 No feedback was left so far. |
@yangwao @XyloDrone should I reference this then? seems there are lot more changes than mentioned tho |
I suppose we'd need to wait for @yangwao to comment on the design, as mentioned there wasn't any feedback so far so I'm not sure. |
Seems like we are good to go with this one, Figma valid for reference :D + some extras that have been mentioned after :D |
@yangwao this ticket needs more clarity as to what exactly is to be done |
Current state
Yes and no. Having 2 rows is optimal for desktop, but despite we will want to target more mobile users till we have dedicated mobile app, we need some sacrifice. Like I was thinking for mobile have maybe instagram/fleet like component and thus we don't need horizontal, who knows, I'm really not UX/UI mobile, I'm just trying optimize way better. On this hand, would be actually cool to survey existing collectors using KodaDot what they think, or maybe where they see defects in Singular and we can take advantage in form of UX :) I mean, @XyloDrone let's create/open issue to research and comparing best landing pages out there of NFT marketplaces? We can fund it if it could be done quickly! It would help us make way better decision based on data rather on intuition. |
@prachi00 do you want to finish this? :) |
@yangwao yes I will be working on this |
@yangwao Understood. |
last bits finished in #2412 |
Spec
Being done in #2172
pt1

pt2

pt3

Ref
The text was updated successfully, but these errors were encountered: