Skip to content

Commit

Permalink
Move react controls into controls plugin (elastic#190166)
Browse files Browse the repository at this point in the history
Move react_controls from examples plugin to controls plugin. This PR
does not effect user facing features since it does not effect the legacy
control group implementation or its usage. Future PRs will integrate the
new control group with dashboard and ControlGroupRenderer and then
remove the legacy control group implementation.

PR increases page load bundle size because of new action registration
and the control group react embeddable registration. This will be a
temporary increase as removing the legacy control group will remove the
legacy embeddable factory registration, which is larger then react
embeddable registration.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 9, 2024
1 parent 60c5eca commit 1616c3c
Show file tree
Hide file tree
Showing 114 changed files with 378 additions and 1,102 deletions.
129 changes: 0 additions & 129 deletions examples/controls_example/common/options_list/ip_search.test.ts

This file was deleted.

122 changes: 0 additions & 122 deletions examples/controls_example/common/options_list/ip_search.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1616c3c

Please sign in to comment.