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(RadialProgress): Remove scss #3010

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

aresnik11
Copy link
Contributor

@aresnik11 aresnik11 commented Jan 21, 2025

Overview

Refactors RadialProgress to use styled components instead of scss files.

PR Checklist

  • Related to designs:
  • Related to JIRA ticket: GM-740
  • I have run this code to verify it works
  • This PR includes unit tests for the code change
  • This PR includes testing instructions tests for the code change
  • The alpha package of this PR is passing end-to-end tests in all relevant Codecademy repositories

Testing Instructions

Note: please test locally, there's some weirdness with storybook previews
Look at the RadialProgress story and confirm it looks the same.

See mono PR for testing instructions there. Any uses of RadialProgress in monolith are dead code.

PR Links and Envs

Repository PR Link PR Env
Monolith Monolith PR Monolith Env
Mono Mono Link Mono Env

Copy link

nx-cloud bot commented Jan 21, 2025

View your CI Pipeline Execution ↗ for commit f40952d.


☁️ Nx Cloud last updated this comment at 2025-02-04 19:38:23 UTC

@aresnik11 aresnik11 changed the title remove css refactor(RadialProgress): Remove scss Feb 3, 2025
@codecademydev
Copy link
Collaborator

🚀 Styleguide deploy preview ready!

https://67a26c7bc171c9127f4fc844--gamut-preview.netlify.app

Deploy Logs

@codecademydev
Copy link
Collaborator

📬Published Alpha Packages:

@codecademy/[email protected]
@codecademy/[email protected]

@aresnik11 aresnik11 marked this pull request as ready for review February 4, 2025 19:56
@aresnik11 aresnik11 requested a review from a team as a code owner February 4, 2025 19:56
@aresnik11 aresnik11 requested review from timjenkins, BandanaKM, LinKCoding and dreamwasp and removed request for timjenkins and BandanaKM February 4, 2025 19:56
Comment on lines +27 to +34
const RadialProgressWrapper = styled.figure<{ size: number | string }>(
({ size }) =>
css({
position: 'relative',
height: size,
width: size,
})
);
Copy link
Contributor

Choose a reason for hiding this comment

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

spicy i love this

@aresnik11 aresnik11 added the Ship It :shipit: Automerge this PR when possible label Feb 5, 2025
@codecademydev codecademydev merged commit 7638bb7 into main Feb 5, 2025
18 of 19 checks passed
@codecademydev codecademydev removed the Ship It :shipit: Automerge this PR when possible label Feb 5, 2025
@codecademydev codecademydev deleted the ajr-radial-progress-off-scss branch February 5, 2025 15:49
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.

3 participants