Skip to content

refactor(RadialProgress): Remove scss#3010

Merged
codecademydev merged 3 commits intomainfrom
ajr-radial-progress-off-scss
Feb 5, 2025
Merged

refactor(RadialProgress): Remove scss#3010
codecademydev merged 3 commits intomainfrom
ajr-radial-progress-off-scss

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

@nx-cloud
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/gamut@59.0.1-alpha.f40952.0
@codecademy/gamut-kit@0.6.470-alpha.f40952.0

@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 BandanaKM, LinKCoding, dreamwasp and timjenkins and removed request for BandanaKM and timjenkins 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