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

ENG-3402 Named classes for styled-components #721

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

jordankzf
Copy link
Contributor

@jordankzf jordankzf commented Dec 19, 2023

Blocker

  • Mismatched peer dependencies

πŸ”˜ PR Type

What kind of change does this PR introduce?

  • Human readable named classes for styled-components (in development mode)
  • Bugfix
  • Enhancement
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

πŸ“œ Background

Provide a brief explanation of why this pull request is needed. Include the problem you are solving or the functionality you are adding. Reference any related issues.

Issue Link: ENG-3402
Context Link (if applicable):

πŸ”„ Changes

Enumerate the changes made in this pull request, detailing what has been modified, added, or removed. Include technical details and implications if necessary.

Impact:

  • Explain the broader impact of these changes.
  • How it improves performance, fixes bugs, adds functionality, etc.

πŸ–Ό Screenshot / πŸ“Ή Video

Include screenshots or a video demonstrating the changes. This is especially helpful for UI changes.

βœ… Review checklist

Please ensure the following are true before merging:

  • Code Style is consistent with the project guidelines.
  • Code is readable and well-commented.
  • No unnecessary or debugging code has been added.
  • Security considerations have been taken into account.
  • The change has been manually tested and works as expected.
  • Breaking changes and their impacts have been considered and documented.
  • Code does not introduce new technical debt or issues.

@jordankzf jordankzf force-pushed the jordankzf/named-styled-component-classes branch from 7000040 to dba58e3 Compare January 3, 2024 10:22
@jordankzf jordankzf force-pushed the jordankzf/named-styled-component-classes branch from dba58e3 to 5c1f4f2 Compare January 3, 2024 10:41
@jordankzf jordankzf requested review from teebszet, victorkirov and m-aboelenein and removed request for teebszet and victorkirov January 3, 2024 10:45
@jordankzf jordankzf marked this pull request as ready for review January 3, 2024 10:46
Comment on lines 73 to 76
// before: [
// env.NODE_ENV === 'development' && ReactRefreshTypeScript(),
// env.NODE_ENV === 'development' && styledComponentsTransformer,
// ].filter(Boolean),
Copy link
Member

Choose a reason for hiding this comment

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

can remove these commented out lines

teebszet
teebszet previously approved these changes Jan 4, 2024
webpack/webpack.config.js Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Jan 4, 2024

@jordankzf jordankzf merged commit f5067a2 into develop Jan 4, 2024
5 checks passed
@jordankzf jordankzf deleted the jordankzf/named-styled-component-classes branch January 4, 2024 03:54
This was referenced Jan 11, 2024
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.

None yet

2 participants