Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Oct 24, 2024

image.png


PR-Codex overview

This PR introduces enhancements to the airdrop functionality across various components, allowing for optional removal of duplicate addresses and improving the user interface for claiming NFTs.

Detailed summary

  • Added removeDuplicateAddresses prop to AirdropUploadProps.
  • Implemented logic to filter out duplicate addresses in processAirdropData.
  • Updated AirdropUpload to handle duplicate addresses.
  • Introduced SingleClaimTab and BatchClaimTab for NFT claiming.
  • Improved UI with tabbed navigation for single and batch claims.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Oct 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2024 1:13pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Oct 27, 2024 1:13pm
thirdweb_playground ⬜️ Skipped (Inspect) Oct 27, 2024 1:13pm
wallet-ui ⬜️ Skipped (Inspect) Oct 27, 2024 1:13pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 24, 2024

⚠️ No Changeset found

Latest commit: 37c8282

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 24, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Contributor Author

kien-ngo commented Oct 24, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @kien-ngo and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 24, 2024
@kien-ngo kien-ngo changed the title adjust test [Dashboard] Add batch claim feature Oct 24, 2024
@kien-ngo kien-ngo marked this pull request as ready for review October 24, 2024 08:18
@kien-ngo kien-ngo added the DO NOT MERGE This pull request is still in progress and is not ready to be merged. label Oct 24, 2024 — with Graphite App
@github-actions
Copy link
Contributor

github-actions bot commented Oct 24, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.9 KB (0%) 859 ms (0%) 851 ms (+12.85% 🔺) 1.8 s
thirdweb (cjs) 102.73 KB (0%) 2.1 s (0%) 2.3 s (+27.83% 🔺) 4.3 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 121 ms (+149.24% 🔺) 217 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 235 ms (+1803.23% 🔺) 245 ms
thirdweb/react (minimal + tree-shaking) 17.34 KB (0%) 347 ms (0%) 640 ms (+111.41% 🔺) 987 ms

@kien-ngo
Copy link
Contributor Author

DASH-343

@kien-ngo kien-ngo force-pushed the kien/useUploadAirdrop branch from 3680d47 to 012c61d Compare October 24, 2024 09:27
@kien-ngo kien-ngo force-pushed the kien/add-batch-claim branch from aedfc64 to 1980de9 Compare October 24, 2024 09:27
@codecov
Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.36%. Comparing base (a365dd8) to head (37c8282).
Report is 76 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5154   +/-   ##
=======================================
  Coverage   45.36%   45.36%           
=======================================
  Files        1068     1068           
  Lines       55230    55230           
  Branches     3970     3970           
=======================================
  Hits        25055    25055           
  Misses      29483    29483           
  Partials      692      692           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from a365dd8
packages 40.38% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@MananTank MananTank force-pushed the kien/add-batch-claim branch from b45ba0d to af43598 Compare October 24, 2024 19:44
@kien-ngo kien-ngo changed the title [Dashboard] Add batch claim feature [Dashboard] Add batch claim feature <dont auto merge> Oct 24, 2024
@kien-ngo kien-ngo force-pushed the kien/add-batch-claim branch from af43598 to 82a2103 Compare October 24, 2024 19:46
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 24, 2024 19:46 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 24, 2024 19:46 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 24, 2024 19:46 Inactive
@kien-ngo kien-ngo requested a review from MananTank October 24, 2024 19:47
Copy link
Member

@MananTank MananTank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deferring the review to @jnsdls for this PR

@kien-ngo kien-ngo force-pushed the kien/add-batch-claim branch from 940b4c3 to 37c8282 Compare October 27, 2024 13:03
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 27, 2024 13:04 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 27, 2024 13:04 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 27, 2024 13:04 Inactive
@kien-ngo kien-ngo marked this pull request as draft October 27, 2024 13:55
@kien-ngo kien-ngo closed this Nov 4, 2024
@MananTank MananTank deleted the kien/add-batch-claim branch December 18, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. DO NOT MERGE This pull request is still in progress and is not ready to be merged. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants