-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-icons (3) #5007
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 #5007 +/- ##
=======================================
Coverage 45.28% 45.28%
=======================================
Files 1058 1058
Lines 54670 54670
Branches 3950 3950
=======================================
Hits 24757 24757
Misses 29222 29222
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
apps/dashboard/src/components/engine/contract-subscription/contract-subscriptions-table.tsx
Outdated
Show resolved
Hide resolved
MananTank
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address comments
8a6e419 to
47e80b4
Compare
4305d6e to
a3b72d2
Compare
47e80b4 to
8509e0d
Compare
a3b72d2 to
0537c35
Compare
8509e0d to
0c6d85e
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 several components in the application to replace icons from `react-icons` with those from `lucide-react` and `@chakra-ui/react`, enhancing the visual consistency and modernizing the UI.
### Detailed summary
- Replaced `BsFillLightningChargeFill` with `ZapIcon` in `cta-buttons.tsx`.
- Updated `BsLightningCharge` to `ZapIcon` in `AnyEVM.tsx`.
- Added `InfoIcon` alongside `Trash2Icon` in `contract-subscriptions-table.tsx`.
- Replaced `FiInfo` with `InfoIcon` in `transaction-timeline.tsx`.
- Swapped `MdMarkEmailRead` with `MailCheckIcon` in `NewsletterSection.tsx`.
- Changed `IoIosInformationCircleOutline` to `InfoIcon` in `system-metrics/index.tsx`.
- Replaced `FaChartArea` with `ChartAreaIcon` in `system-metrics/index.tsx`.
- Updated `FiInfo` to `InfoIcon` in `transactions-table.tsx`.
- Changed `FiArrowLeft` to `MoveLeftIcon` and `FiArrowRight` to `MoveRightIcon` in `transactions-table.tsx`.
- Replaced multiple instances of `FiInfo` with `InfoIcon` in `TransactionDetailsDrawer`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
0537c35 to
d6f2acb
Compare
0c6d85e to
2e6361c
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing icon imports from
react-iconswithlucide-reacticons across various components in the dashboard, along with some adjustments in component structure and styling.Detailed summary
BsFillLightningChargeFillwithZapIconincta-buttons.tsx.BsLightningChargewithZapIconinAnyEVM.tsx.InfoIconalongsideTrash2Iconincontract-subscriptions-table.tsx.FiInfowithInfoIconintransaction-timeline.tsx.FiCheckwithCheckIconintransaction-timeline.tsx.MdMarkEmailReadwithMailCheckIconinNewsletterSection.tsx.IoIosInformationCircleOutlinewithInfoIconinEngineSystemMetrics.tsx.FaChartAreawithChartAreaIconinEngineSystemMetrics.tsx.InfoIcon,MoveLeftIcon, andMoveRightIconintransactions-table.tsx.FiArrowLeftwithMoveLeftIconandFiArrowRightwithMoveRightIconinTransactionDetailsDrawer.tsx.FiInfowithInfoIconin multiple locations inTransactionDetailsDrawer.tsx.