-
-
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
beta update #6564
beta update #6564
Conversation
…at/shopping-cart
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for koda-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Reviewpad Report
|
🤖 Generated by Copilot at a3aec76
This pull request adds a shopping cart feature to the NFT gallery, refactors some components to improve code quality and consistency, and updates the README and the release scripts. It introduces new components such as
CartButton.vue
,ConfirmPurchaseModal.vue
, andShoppingCartModal.vue
, and modifies existing components such asGalleryItem.vue
,GalleryItemAction.vue
, andWalletAssetIdentity.vue
. It also adds new types, utils, and styles for the shopping cart feature, and uses the preferences store trigger for the buy success logic. It fixes a formatting issue in theREADME.md
file and adds a link to the keyboard shortcuts document. It adds a new environment variable to theDockerfile
and new scripts to the.github
folder to create pull requests from the main and beta branches to the production branches.