-
-
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
feat: confirmation modal for mint #7241
Conversation
✅ 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 significant number of changes centered around the creation of new Vue components and the modification of existing ones. These new components |
okay. Work almost done. |
Yeah but at least he finally knows what is he paying and what is required |
Can't agree more. Cause I'm the one😃 |
Thank you for your work @xiiiAtCn, sending at least some fair payout Seems @xiiiAtCn is MIA |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
* * The following components have been removed: * - components/bsx/Create/CreateToken.vue * - components/rmrk/Create/CreateToken.vue * - components/stmn/Create/CreateToken.vue
* feat(CreateNft.vue): add support for process.env.PORT environment variable * chore(CreateNft.vue): remove unused import in CreateNft.vue * feat(CreateNft.vue): add logic for creating and listing NFTs * feat(CreateNft.vue): add logic for getting NFT ID
…t above MintConfirmModal component * chore(CreateNft.vue): rearrange code to move Loader component above MintConfirmModal component
* refactor(CommonTokenMoney.vue): Remove unused imports and variables
… and displayUnit * fix(Money.vue): fix formatting of finalValue in round function
…and PriceItem.vue to the Confirm directory * fix(confirm): fix import paths in CreateCollection.vue and CreateNft.vue * feat(confirm): add toggleConfirm function to toggle the confirmation modal * feat(confirm): update createNft function to toggle the confirmation modal
Code Climate has analyzed commit aa62e8a and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for nuxt-kodadot ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
updated |
* fix(en.json): update "notEnoughFund" message to include the platform name * fix(en.json): fix typo in "existing" key
Kudos, SonarCloud Quality Gate passed! |
PR Type
Context
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖 Generated by Copilot at ff3ebfe
This pull request adds confirmation modals for minting collections and tokens in the create section of the NFT gallery. It also adds new components and translation keys to display the minting information and fees. The files affected are
CreateCollection.vue
,CreateToken.vue
,en.json
,ConfirmMintItem.vue
,MintConfirmModal.vue
, andPriceItem.vue
.🤖 Generated by Copilot at ff3ebfe