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

refactor: [M3-7575] CircleProgress and ColorPalette storybook v7 migrations #10015

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

coliu-akamai
Copy link
Contributor

@coliu-akamai coliu-akamai commented Dec 20, 2023

Description 📝

  • Migrate ColorPalette and CircleProgress to v7 storybook
  • Add tests

How to test 🧪

Verification steps

As an Author I have considered 🤔

Check all that apply

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

@coliu-akamai coliu-akamai self-assigned this Dec 20, 2023
@coliu-akamai coliu-akamai marked this pull request as ready for review December 20, 2023 19:42
@coliu-akamai coliu-akamai requested a review from a team as a code owner December 20, 2023 19:42
@coliu-akamai coliu-akamai requested review from bnussman-akamai and cpathipa and removed request for a team December 20, 2023 19:42
children?: JSX.Element;
className?: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this method of adding additional styles since this prop is never used + we're moving away from classNames. Keeping the other option, sx, as a prop

Copy link

github-actions bot commented Dec 20, 2023

Coverage Report:
Base Coverage: 78.07%
Current Coverage: 78.81%

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

  • color palette story + test
  • CircleProgress story + test

const innerCircle = screen.queryByTestId('inner-circle-progress');
expect(innerCircle).not.toBeInTheDocument();
});
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@coliu-akamai coliu-akamai added Add'tl Approval Needed Waiting on another approval! and removed Ready for Review labels Dec 21, 2023
@coliu-akamai coliu-akamai added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Dec 21, 2023
@coliu-akamai coliu-akamai merged commit c471eac into linode:develop Dec 21, 2023
18 checks passed
@coliu-akamai coliu-akamai deleted the m3-7575 branch August 27, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge! Storybook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants