-
Notifications
You must be signed in to change notification settings - Fork 4
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
Icon Improvements: ActionDelete & CheckmarkSolid #343
Conversation
🦋 Changeset detectedLatest commit: 4f25fa9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #1475 ↗︎
Details:
Review all test suite changes for PR #343 ↗︎ |
@elevatebart It would appear this test is flaky, otherwise I'm not quite sure why it'd be failing: https://cloud.cypress.io/projects/89d3nq/runs/1472/overview?roarHideRunsWithDiffGroupsAndTags=1 Do we not have |
I am going to enable retries on this test specifically. Since it is the flaky one. Hopefully when we get a11y through cypress directly, we can skip the flake. |
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.
The change on the checkmark icon is a breaking change. Should we do that change, we have to check if this icon is used elsewhere.
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.
I checked on both properties and the icon does not seem to be used.
We should be careful about this kind of "house-keeping" changes when they are not absolutely necessary.
@elevatebart Yeah, I was curious about the checkmark changes too. However, the API for that icon was very backwards when actually working with it. Light colors were dark, and dark colors were light. It was really confusing. |
This PR introduces:
IconActionDelete
IconCheckmarkSolid