kibana/x-pack/plugins/observability/public/application
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.test.tsx [Logs UI] Add shared observability page template and navigation (#99380) 2021-05-27 16:58:15 +02:00
index.tsx Refactor observability plugin breadcrumbs (#102290) 2021-06-17 00:27:23 -05:00
types.ts [Lens] Export lens save modal (#100381) 2021-06-15 20:06:06 +02:00