-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 filter bar and apply filters to data plugin #36778
Move filter bar and apply filters to data plugin #36778
Conversation
💔 Build Failed |
💔 Build Failed |
retest |
💔 Build Failed |
retest |
💚 Build Succeeded |
0cbd927
to
f18824c
Compare
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
With filter_bar and ApplyFiltersPopover Update imports
2806f39
to
04c2367
Compare
Pinging @elastic/kibana-app-arch |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
* under the License. | ||
*/ | ||
|
||
export { FilterService, FilterSetup } from './filter_service'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this file could just be .ts
instead of .tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix in subsequent PR
* Setup filter plugin With filter_bar and ApplyFiltersPopover Update imports * Updated i18n keys * Typo fix * update JP translation names
* Move filter bar and apply filters to data plugin (#36778) * Setup filter plugin With filter_bar and ApplyFiltersPopover Update imports * Updated i18n keys * Typo fix * update JP translation names * Fixed i18n names * yarn lock * translations again
* Setup filter plugin With filter_bar and ApplyFiltersPopover Update imports * Updated i18n keys * Typo fix * update JP translation names
Summary
Move filter bar and apply filters UI components to the filter service of data plugin