-
Notifications
You must be signed in to change notification settings - Fork 620
[Dashboard] Replace React icon #4813
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4813 +/- ##
=======================================
Coverage 47.67% 47.67%
=======================================
Files 1051 1051
Lines 56715 56715
Branches 3894 3894
=======================================
Hits 27040 27040
Misses 28988 28988
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
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.
name the component as ReactIcon
74d2974 to
1e4322b
Compare
bfec541 to
ef8af37
Compare
ef8af37 to
18329c4
Compare
cb8d184 to
68ed249
Compare
63870c1 to
51e5bec
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 the usage of `SiReact` icon with a new custom `ReactIcon` component across several files in the dashboard application.
### Detailed summary
- Added `ReactIcon` component in `apps/dashboard/src/components/icons/brand-icons/ReactIcon.tsx`.
- Replaced `SiReact` with `ReactIcon` in:
- `ConnectSDKCard.tsx`
- `ConnectPlaygroundButton.tsx`
- `CodeOptionButton.tsx`
- `SupportedPlatformLink.tsx`
- `CodeSegment.tsx`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
68ed249 to
7b40f2e
Compare
51e5bec to
43a24e2
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing the usage of the
SiReacticon with a newly createdReactIconcomponent across multiple files in thedashboardapplication, enhancing consistency and maintainability.Detailed summary
ReactIconcomponent inapps/dashboard/src/components/icons/brand-icons/ReactIcon.tsx.SiReactwithReactIconin:ConnectSDKCard.tsxConnectPlaygroundButton.tsxCodeOptionButton.tsxSupportedPlatformLink.tsxCodeSegment.tsx