-
-
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: mass listing #7076
feat: mass listing #7076
Conversation
WARNING @stephenjason89 PR for issue #6941 which isn't assigned to you. Please be warned that this PR may get rejected if there's another assignee for issue #6941 |
✅ 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 the feature of listing items in a cart. Changes are made to the file |
@yangwao maybe in 3hours i'll be done |
hello! nice job, I will continuously check the pr: First round- select all should select the cards, giving them the added to list status - blue bg and stroke etc...
clicking floor in the modal does nothing even thought there is the collection floor price : check dark mode input styling please: otherwise really solid! thank you @stephenjason89, next round soon :D |
… useCollectionDetails composable
Thank you @exezbcz for pointing out the dark theme issue. I am glad you liked the layout and everything was good. Yup all the other functionalities are not yet implemented but I am almost done with it. Will push a PR in a while. |
@exezbcz Please check PR. This is almost final. Will just have to save this on the chain now and i will remove this from draft. Thank you |
same issue as #7121 |
@daiagi this is how it looks on my end on the latest deployment |
don't worry about it, it is dealt with in #7121. I've just linked it here so prury or execbcz know that it isn't from this pr |
Code Climate has analyzed commit edd67df and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Alright. |
pay 100 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
Context
Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖 Generated by Copilot at 0c66f2c
This pull request implements a listing cart feature for NFT owners who want to sell their items. It adds a new
stores/listingCart
module that defines a Pinia store for managing the cart state and actions, and uses local storage for persistence. It also modifies theItemsGridImage
component to display a button for adding items to the cart.🤖 Generated by Copilot at 0c66f2c