-
-
Notifications
You must be signed in to change notification settings - Fork 367
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: Show royalty recipient in the Gallery Item #6796
Conversation
SUCCESS @Jarsen136 PR for issue #6787 which is assigned to you. Please wait for review and don't hesitate to grab another issue in the meantime! |
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request introduces a feature that displays the royalty recipient in the Gallery Item component of the application. The changes include enhancements made to the 'GalleryItemDescription.vue', 'en.json', and 'nftById.graphql' files. In 'GalleryItemDescription.vue', a new HTML div segment has been added to show the royalty recipient's details. The locale file 'en.json' has been updated to include a new label for the 'Royalty recipient'. Lastly, the 'nftById.graphql' query has been enhanced to fetch the recipient's data in addition to the existing data fields. Overall, this update will improve the information displayed for each gallery item, particularly pertaining to royalties. |
Code Climate has analyzed commit 7fe29e8 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
pay 50 usd |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Needs QA check
Context
Did your issue had any of the "$" label on it?
Screenshot 📸
Copilot Summary
🤖 Generated by Copilot at 96251bc
This pull request adds a feature to show the royalty recipient of an NFT on the details page. It modifies the
GalleryItemDescription.vue
component, theen.json
locale file, and thenftById.graphql
query to display and fetch the recipient data.🤖 Generated by Copilot at 96251bc