-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover] Inline angular directives only used in this plugin #56119
Changes from 9 commits
db6d546
50a011f
fc68ebc
a5f3f6a
3f86f32
f33ff2d
1e76512
9d0b238
ef7fd1f
79f4e19
8285b2a
0217876
8ad930e
c831da1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@import 'no_results'; | ||
@import 'histogram'; | ||
@import 'histogram'; | ||
@import './collapsible_sidebar/index'; | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@import 'depth'; | ||
@import 'collapsible_sidebar'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
import React from 'react'; | ||
import classNames from 'classnames'; | ||
// @ts-ignore | ||
import { shortenDottedString } from '../../../../core_plugins/kibana/common/utils/shorten_dotted_string'; | ||
import { FieldIcon } from '../../../../../../src/plugins/kibana_react/public'; | ||
import { shortenDottedString } from '../../../../../../common/utils/shorten_dotted_string'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for that hint! Done! Goodbye to another @ts-ignore, another brick in our old-kibana-wall. think we could now start to plan a museum of old code fragments. before everybody forgets. |
||
import { FieldIcon } from '../../../../../../../../../plugins/kibana_react/public'; | ||
import { getFieldTypeName } from './field_type_name'; | ||
|
||
// property field is provided at discover's field chooser | ||
|
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.
dear @elastic/kibana-design, no new SCSS inside, just change of path and imports
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.
I just reviewed the SCSS files that were moved to a new directory and LGTM!