-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-icons (1) #4882
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
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4882 +/- ##
=======================================
Coverage 47.59% 47.59%
=======================================
Files 1054 1054
Lines 57144 57144
Branches 3914 3914
=======================================
Hits 27196 27196
Misses 29260 29260
Partials 688 688
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR primarily focuses on replacing various icon components with `PlusIcon` and `UploadIcon` from the `lucide-react` library, enhancing the UI consistency across the application.
### Detailed summary
- Replaced `Upload` component with `UploadIcon` in `airdrop-upload-erc20.tsx` and `upload-step.tsx`.
- Updated `FiPlus` icons to `PlusIcon` in multiple components, including `external-links-fieldset.tsx`, `NFTMintButton.tsx`, and more.
- Removed unused `Icon` imports from several files.
- Adjusted icon classes for consistent styling.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
d0f97ed to
764ee8c
Compare
8749ee8 to
79c50cb
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating icon imports and usage across various components in the dashboard application, replacing
FiPlusicons withPlusIconfromlucide-reactand changingUploadtoUploadIcon.Detailed summary
Uploadcomponent withUploadIconinairdrop-upload-erc20.tsxandupload-step.tsx.PlusIconinstead ofFiPlusfor consistency.Iconimports from several files.