Skip to content
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 3 commits into from
Oct 24, 2024
Merged

Add Carbon Icons and upgrade Ant Design #5416

merged 3 commits into from
Oct 24, 2024

Conversation

gilluminate
Copy link
Contributor

@gilluminate gilluminate commented Oct 23, 2024

Supports HJ-71

Description Of Changes

Exports Carbon Icons from fidesui prefixed as Icons to avoid conflicts with other components

Upgrade Ant Design to latest version to benefit from new variant property as well as bug fixes.

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Update CHANGELOG.md

Copy link

vercel bot commented Oct 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
fides-plus-nightly ⬜️ Ignored (Inspect) Visit Preview Oct 24, 2024 4:18pm

@gilluminate gilluminate marked this pull request as ready for review October 24, 2024 16:18
Copy link

cypress bot commented Oct 24, 2024

fides    Run #10614

Run Properties:  status check passed Passed #10614  •  git commit a73198aa74 ℹ️: Merge 1ce254d54f54659a2575632d80cf75f99bd7b2c0 into 29c9c46221d53484dfd3819e64db...
Project fides
Branch Review refs/pull/5416/merge
Run status status check passed Passed #10614
Run duration 00m 38s
Commit git commit a73198aa74 ℹ️: Merge 1ce254d54f54659a2575632d80cf75f99bd7b2c0 into 29c9c46221d53484dfd3819e64db...
Committer Jason Gill
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

@@ -80,15 +55,11 @@ const ClipboardButton = ({ copyText, ...props }: ClipboardButtonProps) => {
>
<Button
icon={<CopyIcon />}
color={iconColor}
Copy link
Contributor Author

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.

@gilluminate gilluminate merged commit 04a0873 into main Oct 24, 2024
13 checks passed
@gilluminate gilluminate deleted the gill/carbon-icons branch October 24, 2024 17:14
Copy link

cypress bot commented Oct 24, 2024

fides    Run #10621

Run Properties:  status check passed Passed #10621  •  git commit 04a08730fc: Add Carbon Icons and upgrade Ant Design (#5416)
Project fides
Branch Review main
Run status status check passed Passed #10621
Run duration 00m 39s
Commit git commit 04a08730fc: Add Carbon Icons and upgrade Ant Design (#5416)
Committer Jason Gill
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants