Skip to content
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 transfer feature #11096

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

feat: Mass transfer feature #11096

wants to merge 28 commits into from

Conversation

hassnian
Copy link
Contributor

@hassnian hassnian commented Oct 9, 2024

PR Type

  • Bugfix
  • Feature
  • Refactoring

Context

mass nft transfer should work

reused a lot of the listing cart code , will create a separate pr after this is merged, since now listingCart has multiple uses will refactor it accordingly , I think that It's going to be more manageable reviewing and testing wise

@JustLuuuu could you test?

Needs Design check

Screenshot 📸

  • My fix has changed something on UI;

CleanShot 2024-10-09 at 15 23 45@2x

Copy link

netlify bot commented Oct 9, 2024

Deploy Preview for koda-canary ready!

Name Link
🔨 Latest commit afee1f1
🔍 Latest deploy log https://app.netlify.com/sites/koda-canary/deploys/670a193d3eea510008feb5c2
😎 Deploy Preview https://deploy-preview-11096--koda-canary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@vikiival
Copy link
Member

vikiival commented Oct 10, 2024

'listVisible' is defined but never used. Allowed unused vars must match /^_/u.

Coplitot:

This pull request includes significant updates to the item transfer process, modal components, and listing cart functionality. The most important changes involve restructuring the ItemTransferModal.vue component, introducing new components for handling multiple and single item transfers, and enhancing the listing cart component with tooltips and improved button functionality.

Item Transfer Enhancements:

Listing Cart Improvements:

Other Component Updates:

@hassnian hassnian marked this pull request as ready for review October 11, 2024 07:29
@hassnian hassnian requested a review from a team as a code owner October 11, 2024 07:29
@hassnian hassnian removed the request for review from a team October 11, 2024 07:29
@JustLuuuu
Copy link
Member

Just tested. Works fine for me:

I have one question: when I used the generic Polkadot address (5CRxWu1z86Z9o9LGjv2QNXkxKQzRe4e29YYzdnnsQA3qesZb) I got this popup:
Screenshot 2024-10-11 at 12 44 30

Solution

Can we just change the text to say: Please use your DOT address? Or something more user friendly? This was a bit confusing.

Also, why don't we support generic addresses here?

Copy link

sonarcloud bot commented Oct 12, 2024

@hassnian
Copy link
Contributor Author

Just tested. Works fine for me:

I have one question: when I used the generic Polkadot address (5CRxWu1z86Z9o9LGjv2QNXkxKQzRe4e29YYzdnnsQA3qesZb) I got this popup: Screenshot 2024-10-11 at 12 44 30

Solution

Can we just change the text to say: Please use your DOT address? Or something more user friendly? This was a bit confusing.

Also, why don't we support generic addresses here?

fixed

CleanShot 2024-10-12 at 11 38 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mass transfer feature Remove items code duplication between stores
3 participants