-
Notifications
You must be signed in to change notification settings - Fork 620
[Dashboard] Replace SiGithub #4811
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 #4811 +/- ##
=======================================
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 📦
|
a588c92 to
a07488c
Compare
a07488c to
e808324
Compare
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.
Lets stick to tailwind classes for setting the size. size-4, size-5 etc
4e54b82 to
a226372
Compare
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.
thanks!
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 the `SiGithub` icon from `@react-icons` with a custom `GithubIcon` component across several files in the dashboard application.
### Detailed summary
- Replaced `SiGithub` with `GithubIcon` in:
- `GameCard.tsx`
- `app-footer.tsx`
- `edit-profile.tsx`
- `socialLinks.tsx`
- `PublisherSocials.tsx`
- Added `GithubIcon` component in `GithubIcon.tsx` with SVG implementation.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
a226372 to
c1d94ae
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing the usage of the
SiGithubicon fromreact-iconswith a customGithubIconcomponent across multiple files for consistency and improved maintainability.Detailed summary
SiGithubwithGithubIconin:GameCard.tsxapp-footer.tsxedit-profile.tsxsocialLinks.tsxPublisherSocials.tsxGithubIconcomponent inGithubIcon.tsxwith SVG definition.