Graph client side app migration #57180
Labels
Feature:Graph
Graph application feature
Feature:NP Migration
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Preparation
The Graph app is using a few legacy helpers that have to be migrated before the app itself can move.
src/legacy/ui/public/notify/app_redirect
- should be moved intokibana_legacy
export { createTopNavDirective, createTopNavHelper } from 'ui/kbn_top_nav/kbn_top_nav';
- should be moved intokibana_legacy
Move
The whole app should be moved from the legacy x-pack folder to the NP x-pack folder. App registration should happen using the NP APIs.
Things that can't be migrated right now should be left behind in the legacy plugin:
The text was updated successfully, but these errors were encountered: