-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-icons (1) #5005
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 #5005 +/- ##
=======================================
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 📦
|
aeff529 to
5174dae
Compare
07f5aa6 to
c21d388
Compare
5174dae to
9591d0e
Compare
c21d388 to
e800622
Compare
9591d0e to
9768993
Compare
e800622 to
5d66828
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 several instances of icon imports from `react-icons` with new icons from `lucide-react` across various components in the project, enhancing the consistency and modern look of the UI.
### Detailed summary
- Replaced `AiOutlineInfoCircle` with `CirclePlusIcon` in `FormItem.tsx`.
- Replaced `AiOutlinePlusCircle` with `CirclePlusIcon` in multiple buttons: `AddAdminButton`, `AddAccessTokenButton`, `AddKeypairButton`, `AddWebhookButton`, `AddRelayerButton`, `AddContractSubscriptionButton`.
- Updated icons in `SettingDetectedState` from `VscExtensions` to `Grid2x2XIcon` and `FiExternalLink` to `ExternalLinkIcon`.
- Replaced `BsShieldFillCheck` with `ShieldCheckIcon` and `FiArrowRight` with `MoveRightIcon` in `PublishedContractTable`.
- Updated `ModalSizeButton` to use `ListIcon` and `Rows3Icon` instead of `FaRectangleList` and `RiFileListFill`.
- In `PublishedContract`, replaced icons: `BiPencil` with `PencilIcon`, `VscCalendar` with `CalendarDaysIcon`, `VscBook` with `BookOpenTextIcon`, and `VscServer` with `ServerIcon`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
9768993 to
7bfad6e
Compare
5d66828 to
f6cf5b5
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing icons in various components with new icons from the
lucide-reactlibrary, enhancing the visual consistency and modernizing the UI.Detailed summary
AiOutlineInfoCirclewithCirclePlusIconinFormItem.tsx.AiOutlinePlusCirclewithCirclePlusIconin multiple buttons (AddAdminButton,AddAccessTokenButton,AddKeypairButton, etc.).SettingDetectedStateandPublishedContractcomponents.ModalSizeButtonto useListIconandRows3Iconinstead ofFaRectangleListandRiFileListFill.PublishedContractcomponent with new icons (PencilIcon,CalendarDaysIcon,BookOpenTextIcon,ServerIcon).