Skip to content
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

[7.x] Refactor observability plugin breadcrumbs (#102290) #102447

Merged
merged 1 commit into from
Jun 17, 2021

Commits on Jun 17, 2021

  1. Refactor observability plugin breadcrumbs (elastic#102290)

    Previously the observability plugin set the page title and breadcrumbs in the main app rendering component based on the `breadcrumb` property of the current route.
    
    In addition, there's a `useBreadcrumb` hook used by the UX app, exploratory view, and cases.
    
    The conflict between these was creating situations where neither would work and the breadcrumbs would just show "Kibana".
    
    Remove the breadcrumb properties from the routes and the main app breadcrumb handling and just use `useBreadcrumb` on all pages.
    
    Fixes elastic#102131.
    smith authored and kibanamachine committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4437857 View commit details
    Browse the repository at this point in the history