thenewboston-blockchain/Website

Convert all components under FormElements to styled-components

Closed this issue · 9 comments

Task Description

Convert all components under FormElements from scss to styled-components.

To Note

Styled-component migration guidelines:

  • Styled-components should be a separate file called Styles.ts
  • When importing styled-components to component file, should use `import * as S from ‘./Styles’.
  • Use semantic naming for styled-components
  • Try to maintain alphabetical order for css properties
  • Avoid creating styled-components for HTML elements that do not require styling
  • Can refer to src/components/Avatar/Styles.ts for examples
  • Please ensure that the existing UI is not affected, then only seek for reviews

Please only work on the issues that you are assigned to, PRs will be ignored if you are not assigned to the task. If the assigned issues have not been worked on for more than 3 days, we will remove the assignment.

I'd love to give this a shot! @jamessspanggg

@jamessspanggg Can I work on this?

I had a family emergency pop up, I could get around to this by next week if that's alright. If not then no hard feelings on passing it on

On going issues, would love to try again in the future but this needs go on the back burner so it should be passed on. Thanks for the learning opportunity and will try again as soon as I can.

Hi @jamessspanggg I'd be happy to take this if you want to assign it to me. Thanks

@drewgmadd assigned to you

Can I work on this?

has this issue been worked on ?