kibana/x-pack/plugins/observability/public
Nathan L Smith 6113520470
Refactor observability plugin breadcrumbs (#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 #102131.
2021-06-17 00:27:23 -05:00
..
application Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
assets
components Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
context [Logs UI] Add shared observability page template and navigation (#99380) 2021-05-27 16:58:15 +02:00
hooks Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
pages Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
routes Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
rules Flyouts for APM alert annotations (#101632) 2021-06-15 13:53:42 -05:00
services [Observability] Expose options to customize sidebar route matching (#100886) 2021-06-01 11:21:29 +02:00
typings
utils [Observability] [Cases] Cases in the observability app (#101487) 2021-06-10 16:39:27 -06:00
data_handler.test.ts
data_handler.ts
index.ts Flyouts for APM alert annotations (#101632) 2021-06-15 13:53:42 -05:00
plugin.ts [Observability] [Cases] Cases in the observability app (#101487) 2021-06-10 16:39:27 -06:00
toggle_overview_link_in_nav.test.tsx [Observability] [Cases] Cases in the observability app (#101487) 2021-06-10 16:39:27 -06:00
toggle_overview_link_in_nav.tsx [Observability] [Cases] Cases in the observability app (#101487) 2021-06-10 16:39:27 -06:00