-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add Carbon Icons and upgrade Ant Design #5416
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
gilluminate
force-pushed
the
gill/carbon-icons
branch
from
October 24, 2024 16:15
3302abf
to
1ce254d
Compare
fides Run #10614
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5416/merge
|
Run status |
Passed #10614
|
Run duration | 00m 38s |
Commit |
a73198aa74 ℹ️: Merge 1ce254d54f54659a2575632d80cf75f99bd7b2c0 into 29c9c46221d53484dfd3819e64db...
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
gilluminate
commented
Oct 24, 2024
@@ -80,15 +55,11 @@ const ClipboardButton = ({ copyText, ...props }: ClipboardButtonProps) => { | |||
> | |||
<Button | |||
icon={<CopyIcon />} | |||
color={iconColor} |
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.
after upgrading Ant, there were TS errors on this button. I took a moment to clean it all up since it's manually doing all of the button styling that we don't need anymore.
jack-gale-ethyca
approved these changes
Oct 24, 2024
fides Run #10621
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10621
|
Run duration | 00m 39s |
Commit |
04a08730fc: Add Carbon Icons and upgrade Ant Design (#5416)
|
Committer | Jason Gill |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supports HJ-71
Description Of Changes
Exports Carbon Icons from
fidesui
prefixed asIcons
to avoid conflicts with other componentsUpgrade Ant Design to latest version to benefit from new
variant
property as well as bug fixes.Pre-Merge Checklist
CHANGELOG.md