Create Breadcrumb Navigation Container #7393
Labels
release_note:enhancement
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
The impetus came from #7380. Currently, it's up to plugins to create the breadcrumb navigation and do it properly themselves.
This can only lead to different implementations and therefore different styles, which will detract from the overall experience when jumping from plugin-to-plugin, as well as make plugin development a small-bit harder when trying to match the native experience (and even official plugins face this burden).
We should encapsulate this behavior in Kibana itself so that pages can establish their breadcrumbs and tabs or title, as well as which tab is currently selected. In doing so, this can help us to establish certain rules that keep the behavior both looking and feeling consistent.
Some rules that need to be maintained:
From there, we can take those inputs and build the entire top bar, possibly including a capacity to add both custom and non-custom, but optional content to it (e.g., the pause/play and time controls currently live there).
The text was updated successfully, but these errors were encountered: