-
Notifications
You must be signed in to change notification settings - Fork 619
remove all leftover react-icons refrerences
#5031
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
remove all leftover react-icons refrerences
#5031
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 #5031 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 1059 1059
Lines 54707 54707
Branches 3954 3954
=======================================
Hits 24786 24786
Misses 29230 29230
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
d4fbf5d to
4300618
Compare
c49b4e6 to
9f4ff11
Compare
9f4ff11 to
41317ab
Compare
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on replacing instances of `react-icons` with `lucide-react` icons across various components in the application, enhancing the icon usage consistency and potentially improving performance.
### Detailed summary
- Removed `react-icons` in favor of `lucide-react` icons in multiple components.
- Updated imports and icon usage in `EditPage`, `SponsorshipPolicies`, `GuideShowcase`, `InstalledModulesTable`, and others.
- Added a new `GithubIcon` component in `GithubButtonLink`.
- Modified the `StatusCheck` component to use `lucide-react` icons for status representation.
- Adjusted icon properties and classes for better styling and consistency.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
41317ab to
60a80ef
Compare

PR-Codex overview
This PR primarily focuses on replacing the usage of
react-iconswithlucide-reacticons across various components in the application, enhancing consistency and potentially improving performance.Detailed summary
react-iconsand replaced withlucide-reacticons in multiple components.EditPage,SponsorshipPolicies,GuideShowcase, and more.GithubButtonLinkto use a customGithubIcon.BillingHeaderto include a new icon rendering logic.ContractPermission,EditProfile, andProposalcomponents with new icons.