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

Refactor FacetGroupComponent so it has less responsibility #2583

Merged
merged 3 commits into from
Dec 4, 2021

Conversation

cbeer
Copy link
Member

@cbeer cbeer commented Dec 4, 2021

This PR refactors the FacetGroupComponent so it is only responsible for providing the expand/collapse behavior and general layout for facet groups, and allows the render-er to provide any appropriate body content.

This has a couple benefits, but most particularly gets the facet group out of the business of needing to know how facets are rendered and delegates that back to the facet components where it arguably belongs.

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