[ES|QL] Lookup index editor - New layout and controls#244480
[ES|QL] Lookup index editor - New layout and controls#244480sddonne merged 120 commits intoelastic:mainfrom
Conversation
stratoula
left a comment
There was a problem hiding this comment.
Thanks Seb this looks very nice! Some small comments from me
| customBulkActions={bulkActions} | ||
| rowLineHeightOverride={euiTheme.size.xl} | ||
| renderCustomToolbar={gridToolbar} | ||
| css={css` |
There was a problem hiding this comment.
We could declare them in another file and import them here for a cleaner component (nit)
There was a problem hiding this comment.
I prefer them in the same file if you are ok with it 😇
There was a problem hiding this comment.
Can you please at least move them to a constant?
src/platform/packages/private/kbn-index-editor/src/components/flyout_content.tsx
Outdated
Show resolved
Hide resolved
...ackages/private/kbn-index-editor/src/components/grid_custom_renderers/add_column_popover.tsx
Show resolved
Hide resolved
...ackages/private/kbn-index-editor/src/components/grid_custom_renderers/add_column_popover.tsx
Outdated
Show resolved
Hide resolved
src/platform/packages/private/kbn-index-editor/src/components/query_bar.tsx
Outdated
Show resolved
Hide resolved
...ts/custom_control_columns/additional_row_control/get_additional_row_control_columns.test.tsx
Outdated
Show resolved
Hide resolved
src/platform/packages/private/kbn-index-editor/src/components/data_grid.tsx
Show resolved
Hide resolved
PhilippeOberti
left a comment
There was a problem hiding this comment.
LGTM for the @elastic/security-threat-hunting-investigations team
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#9977[✅] src/platform/test/functional/apps/discover/esql/config.ts: 25/25 tests passed. |
stratoula
left a comment
There was a problem hiding this comment.
Thanx Sebastian, it looks really nice now. I am approving as I don't need to review but please can you take care of it? #244480 (comment)
When we are making so many CSS changes it is better to at least define them in a variable. This makes it more readable and also more consistent with what we do in general
💔 Build Failed
Failed CI StepsHistory
|
Part of elastic#235730 ## Summary * New way of inserting rows and columns * Simplified layout * Rows height has been adjusted * We are now displaying 50 rows by default.  ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Stratou <efstratia.kalafateli@elastic.co>
Part of elastic#235730 ## Summary * New way of inserting rows and columns * Simplified layout * Rows height has been adjusted * We are now displaying 50 rows by default.  ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Stratou <efstratia.kalafateli@elastic.co>
Part of #235730
Summary
Checklist