-
Notifications
You must be signed in to change notification settings - Fork 359
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
[Dashboard] Update erc1155 airdrop form #5127
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
55ccbb0
to
906fd60
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5127 +/- ##
=======================================
Coverage 45.42% 45.42%
=======================================
Files 1065 1065
Lines 55145 55145
Branches 3970 3970
=======================================
Hits 25049 25049
Misses 29404 29404
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
906fd60
to
3680d47
Compare
3680d47
to
012c61d
Compare
012c61d
to
a5f8c2f
Compare
a5f8c2f
to
1f5c2a8
Compare
1f5c2a8
to
7c9d888
Compare
Merge activity
|
- [x] Remove tw-component's Drawer - [x] Consolidate some shared code - [x] Remove an useEffect <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the airdrop functionality in a dashboard application, improving the handling of token and NFT airdrops by consolidating interfaces and components. ### Detailed summary - Renamed `ERC20AirdropAddressInput` to `AirdropAddressInput`. - Updated `AirdropUploadERC20` to `AirdropUpload`. - Adjusted state management for airdrop data. - Simplified CSV data processing. - Enhanced error handling during transaction processes. - Replaced modal with `Sheet` component for airdrop interface. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
7c9d888
to
cf36a33
Compare
PR-Codex overview
This PR focuses on refactoring the airdrop functionality in a dashboard application. It consolidates the handling of airdrop addresses into a unified structure and updates related components to improve code clarity and maintainability.
Detailed summary
ERC20AirdropAddressInput
toAirdropAddressInput
.AirdropUpload
component to use the newAirdropAddressInput
type.AirdropUploadERC20
withAirdropUpload
in relevant files.