-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
feat: Apply genart filter for Collections on koda.art #11045
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
// todo: const isArtGenDomain = ['koda.art'].includes( | ||
// window.location.hostname, | ||
// ) | ||
export const isArtGenDomain = location.hostname.startsWith('deploy-preview-') || ['koda.art', 'localhost'].includes( | ||
window.location.hostname, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mark: todo before merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
@Jarsen136 one test is failing |
Ahk is also supported |
it's not yet deployed on the ahk indexer side. @vikiival |
Related to the ahk issue above. I will check after it's deployed. |
https://kodadot.squids.live/stick/graphql Already deployed :) {
collectionEntities(limit: 10) {
id
kind
}
} maybe soome cache? |
Yes, should be cache. Today the query works well.
There is still no |
Quality Gate passedIssues Measures |
Thank you for your contribution to the Koda - Generative Art Marketplace.
👇 __ Let's make a quick check before the contribution.
PR Type
Needs Design check
Needs QA check
Context
Closes Apply genart filter for Collections on koda.art #10991
currently supported network: ahp \ base\ mantle
supported page: items explore \ collections explore
Screenshot 📸