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

Move and refactor LandingPage components #75

Merged
merged 9 commits into from
Sep 8, 2021

Conversation

Gnito
Copy link
Contributor

@Gnito Gnito commented Sep 7, 2021

Some components have been moved under LandingPage container:

  • SectionHero
  • SectionHowItWorks
  • SectionLocation => which is then renamed as SectionFilteredSearches

Deleted completely:

  • SectionThumbnailLinks

@Gnito Gnito force-pushed the move-and-refactor-landingpage-components branch from bf18386 to c2a7a0f Compare September 7, 2021 16:29
@Gnito Gnito changed the title Move and refactor landingpage components Move and refactor LandingPage components Sep 7, 2021
@@ -27,6 +28,14 @@
}
}

.heroRoot {
@apply --backgroundImage;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This had to be passed from LandingPage, since --backgroundImage PropertySet contained relative path to the image. Since SectionHero component is now deeper in the directory tree, it doesn't use the --backgroundImage PropertySet directly but through rootClassName.

@Gnito Gnito force-pushed the move-and-refactor-landingpage-components branch 2 times, most recently from d33c388 to ff486e3 Compare September 8, 2021 10:38
@Gnito Gnito force-pushed the move-and-refactor-landingpage-components branch from ff486e3 to 0876755 Compare September 8, 2021 12:19
@Gnito Gnito merged commit bcd138e into main Sep 8, 2021
@Gnito Gnito deleted the move-and-refactor-landingpage-components branch September 20, 2021 10:43
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.

1 participant