Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

[Emotion L4] Media Player #3902

Merged
merged 6 commits into from
Oct 16, 2020
Merged

Conversation

ryanmccombe
Copy link
Contributor

Resolves #NUMBER

Overall change: A very high-level summary of easily-reproducible changes that can be understood by non-devs.

Code changes:

  • A bullet point list of key code changes that have been made.
  • When describing code changes, try to communicate how and why you implemented something a specific way, not just what has changed.

  • I have assigned myself to this PR and the corresponding issues
  • Automated jest tests added (for new features) or updated (for existing features)
  • This PR requires manual testing

ryanmccombe and others added 6 commits October 16, 2020 15:16
# Conflicts:
#	packages/components/psammead-media-player/CHANGELOG.md
#	packages/components/psammead-media-player/package-lock.json
#	packages/components/psammead-media-player/package.json
#	packages/components/psammead-media-player/src/Placeholder/__snapshots__/index.test.jsx.snap
#	packages/components/psammead-media-player/src/__snapshots__/index.test.jsx.snap
@ryanmccombe ryanmccombe changed the title Migrate media player to emotion [Emotion L4] Media Player Oct 16, 2020
@@ -538,31 +769,6 @@ exports[`Media Player: Placeholder should render an audio placeholder without du

exports[`Media Player: Placeholder should render no-js styles when noJsClassName prop is used 1`] = `
.emotion-6 {
background-color: #222222;
Copy link
Contributor

@simonsinclair simonsinclair Oct 16, 2020

Choose a reason for hiding this comment

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

Hmm, potential loss of styles from here? Seems to be no-js related.

Copy link
Contributor

Choose a reason for hiding this comment

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

False alarm.

@@ -472,32 +701,13 @@ exports[`Media Player: Canonical Entry renders the audio skin 1`] = `
`;

exports[`Media Player: Canonical Entry renders with no-js styles when noJsClassName prop is used 1`] = `
.emotion-6 {
background-color: #222222;
Copy link
Contributor

@simonsinclair simonsinclair Oct 16, 2020

Choose a reason for hiding this comment

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

The same block here.

Copy link
Contributor

Choose a reason for hiding this comment

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

As above.

@simonsinclair simonsinclair added cross-team For visibility for both World Service teams (Engage & Media) technical-work Technical debt, support work and building new technical tools and features labels Oct 16, 2020
@simonsinclair simonsinclair added this to the Migrate to Emotion milestone Oct 16, 2020
@RichardPK RichardPK changed the base branch from latest to migrate-figure-emotion October 16, 2020 15:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cross-team For visibility for both World Service teams (Engage & Media) technical-work Technical debt, support work and building new technical tools and features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants