-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-icons (3) #4898
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 #4898 +/- ##
=======================================
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 📦
|
b937029 to
5b4e974
Compare
25f91c3 to
fd0e97a
Compare
5b4e974 to
4323035
Compare
fd0e97a to
594ca68
Compare
719338d to
d1d3fdc
Compare
99f1e4a to
309726a
Compare
309726a to
7cf8426
Compare
7cf8426 to
9ec8c9f
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating icon imports from `react-icons` to `lucide-react` across multiple components, enhancing consistency and potentially improving performance.
### Detailed summary
- Replaced `FiX` with `XIcon` in `SmartWalletsBillingAlert`.
- Replaced `CircleAlert` with `CircleAlertIcon` in `AirdropTable`.
- Replaced `FiUpload` with `UploadIcon` in `IconUpload`.
- Updated `HackathonEarnFooter` to use `SearchIcon`.
- Replaced `BsLightningCharge` with `ZapIcon` in `Community`.
- Replaced `IoAlertCircleOutline` with `CircleAlertIcon` in `AirdropTable`.
- Updated pagination icons in `AirdropTable` to use `Chevron` icons from `lucide-react`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
9ec8c9f to
6ff85d3
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 several components in the dashboard. It replaces icons from
react-iconswith those fromlucide-react, improving consistency in iconography.Detailed summary
FiXwithXIconinSmartWalletsBillingAlert.CircleAlerttoCircleAlertIconinAirdropTable.FiUploadtoUploadIconinIconUpload.FiSearchandWandIconintoSearchIconandWandIconinHackathonEarnFooter.BsLightningChargewithZapIconinCommunity.AirdropTableto useCircleAlertIcon,Chevron*Icons, and other lucide icons.