-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-icons (5) #4904
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 #4904 +/- ##
=======================================
Coverage 47.61% 47.61%
=======================================
Files 1057 1057
Lines 57221 57221
Branches 3924 3924
=======================================
Hits 27246 27246
Misses 29286 29286
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
7a42cbb to
0dab465
Compare
54406f5 to
fdd9a57
Compare
0dab465 to
4c4d3b4
Compare
fdd9a57 to
ee7542f
Compare
4c4d3b4 to
c372498
Compare
ee7542f to
d311838
Compare
4686670 to
9db3761
Compare
9db3761 to
ad1dd2a
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on replacing icon imports from `react-icons` with `lucide-react` icons across various components in the dashboard application, enhancing the visual consistency and potentially improving performance.
### Detailed summary
- Replaced `FiEye` with `EyeIcon` in `reveal-button.tsx`.
- Replaced `FiCopy` with `CopyIcon` in `LatestEvents.tsx`.
- Replaced `BsLightningCharge` with `ZapIcon` in `GeneralCta.tsx`.
- Replaced `FiCheck` with `CheckIcon` in `address-input.tsx`.
- Replaced `FaXTwitter` with `XIcon` and `SiOpensea` with `OpenseaIcon` in `OpCreditsGrantedModal.tsx`.
- Replaced `FiX` with `XIcon` and caret icons with `ChevronDownIcon`, `ChevronUpIcon` in `phase.tsx`.
- Replaced `FiPlay` with `PlayIcon` and `FaCircleInfo` with `InfoIcon` in `interactive-abi-function.tsx`.
- Replaced `FiInfo` with `InfoIcon` in `list-form.tsx`.
- Replaced navigation icons in `accounts-table.tsx` with `Chevron` icons from `lucide-react`.
- Added `OpenseaIcon` component in `OpenseaIcon.tsx`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
ad1dd2a to
a7e285a
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing icons from
react-iconswithlucide-reacticons across various components for a more consistent icon set. Additionally, it makes minor adjustments to the code structure.Detailed summary
FiEyewithEyeIconinNFTRevealButton.FiCopywithCopyIconinLatestEvents.BsLightningChargewithZapIconinGeneralCta.FiCheckwithCheckIconinSolidityAddressInput.FaXTwitterwithXIconandSiOpenseawithOpenseaIconinOpCreditsGrantedModal.FiX,RxCaretDown, andRxCaretUpwithXIcon,ChevronDownIcon, andChevronUpIconinClaimConditionsPhase.FiPlaywithPlayIconandFaCircleInfowithInfoIconinInteractiveAbiFunction.FiInfowithInfoIconinCreateListingsForm.Mdicons withChevronicons inAccountsTable.OpenseaIconcomponent definition.