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

Add Layout store for controlling layouts and refactor searching products #232

Merged
merged 1 commit into from
Aug 6, 2018

Conversation

pkrawat1
Copy link
Member

@pkrawat1 pkrawat1 commented Aug 6, 2018

Why?

  • Layout has some components that need to be hide/shown on basis of some conditions.
  • To manage that we should have a central state.
  • Product search page was not using container.

This change addresses the need by:

  • Adds a layout store to control layout components for specific components/scenarios.
  • Adds a container to product searching

Story

[delivers #159556385]

@pkrawat1 pkrawat1 changed the title Add Layout store for controlling layouts Add Layout store for controlling layouts and refactor searching products Aug 6, 2018
Copy link
Member

@gopalshimpi gopalshimpi left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@pkrawat1 pkrawat1 merged commit 11e56b0 into develop Aug 6, 2018
@pkrawat1 pkrawat1 deleted the layout-store branch August 6, 2018 08:58
pkrawat1 added a commit that referenced this pull request Aug 9, 2018
Why?

Layout has some components that need to be hide/shown on basis of some conditions.
To manage that we should have a central state.
Product search page was not using container.
This change addresses the need by:

Adds a layout store to control layout components for specific components/scenarios.
Adds a container to product searching

[delivers #159556385]
pkrawat1 added a commit that referenced this pull request Aug 21, 2018
Why?

Layout has some components that need to be hide/shown on basis of some conditions.
To manage that we should have a central state.
Product search page was not using container.
This change addresses the need by:

Adds a layout store to control layout components for specific components/scenarios.
Adds a container to product searching

[delivers #159556385]
pkrawat1 added a commit that referenced this pull request Sep 20, 2023
Why?

Layout has some components that need to be hide/shown on basis of some conditions.
To manage that we should have a central state.
Product search page was not using container.
This change addresses the need by:

Adds a layout store to control layout components for specific components/scenarios.
Adds a container to product searching

[delivers #159556385]
pkrawat1 added a commit that referenced this pull request Sep 20, 2023
Why?

Layout has some components that need to be hide/shown on basis of some conditions.
To manage that we should have a central state.
Product search page was not using container.
This change addresses the need by:

Adds a layout store to control layout components for specific components/scenarios.
Adds a container to product searching

[delivers #159556385]
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.

2 participants