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

[Controls] Refactor Range Slider Popover #137888

Closed
ThomThomson opened this issue Aug 2, 2022 · 1 comment · Fixed by #138037
Closed

[Controls] Refactor Range Slider Popover #137888

ThomThomson opened this issue Aug 2, 2022 · 1 comment · Fixed by #138037
Assignees
Labels
enhancement New value added to drive a business result Feature:Input Control Input controls visualization impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@ThomThomson
Copy link
Contributor

Problem
After #136572, made embeddable state management for Controls easier, it became clear that some of the components in the Range Slider could use a bit of refactoring. Specifically the range_slider.component.tsx, was previously just a wrapper to pass down some props. Now that component state can be accessed from anywhere in the react tree this is no longer necessary.

Additionally, there should be some level of separation, component-wise between the popover and the component for DX / organization's sake.

@ThomThomson ThomThomson added Feature:Input Control Input controls visualization enhancement New value added to drive a business result Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas loe:medium Medium Level of Effort impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Aug 2, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Input Control Input controls visualization impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants