[Discover] Remove inline top nav#208297
Conversation
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
cc @davismcphee |
| @@ -26,17 +26,4 @@ export interface DiscoverCustomizationContext { | |||
| * Display mode in which discover is running | |||
| */ | |||
| displayMode: DiscoverDisplayMode; | |||
There was a problem hiding this comment.
Where do we use the remaining displayMode?
There was a problem hiding this comment.
It's passed by Timeline to DiscoverContainer when embedding ES|QL in Timeline, mainly to avoid impacting global state like breadcrumbs, etc.
logeekal
left a comment
There was a problem hiding this comment.
Code review looks good 👍
andreadelrio
left a comment
There was a problem hiding this comment.
Design changes LGTM
Summary
This is followup work to #203685 that removes
DiscoverTopNavInlinenow that Logs Explorer is gone, since the component is no longer used. I also noticed that top nav style overrides we use weren't applied to the inline top nav, so this fixes that as well.Checklist
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelines