-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Replace twitter icon #4817
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. |
size-limit report 📦
|
| import { DiscordIcon } from "components/icons/brand-icons/DiscordIcon"; | ||
| import { GithubIcon } from "components/icons/brand-icons/GithubIcon"; | ||
| import { XIcon } from "components/icons/brand-icons/XIcon"; | ||
| import type { ProfileMetadata } from "constants/schemas"; |
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.
RIP - twitter bird :(
37a2793 to
30a9e87
Compare
3c8b546 to
c8745ff
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4817 +/- ##
=======================================
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. |
30a9e87 to
246439f
Compare
c8745ff to
814ce6c
Compare
Merge activity
|
814ce6c to
60beea0
Compare
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces a new `XIcon` component and replaces existing Twitter icons in various components with this new icon, enhancing consistency and potentially improving the visual design.
### Detailed summary
- Added a new `XIcon` component in `XIcon.tsx`.
- Replaced `SiTwitter` icon with `XIcon` in:
- `edit-profile.tsx`
- `socialLinks.tsx`
- `PublisherSocials.tsx`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
60beea0 to
ffcd199
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on replacing the usage of the
SiTwittericon with a customXIconcomponent across multiple files, enhancing consistency and potentially allowing for better customization.Detailed summary
XIconcomponent inapps/dashboard/src/components/icons/brand-icons/XIcon.tsx.SiTwittericon withXIconin:apps/dashboard/src/components/contract-components/publisher/edit-profile.tsxapps/dashboard/src/components/footer/socialLinks.tsxapps/dashboard/src/components/contract-components/publisher/PublisherSocials.tsx