-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Discover] Deangularize loading spinner #65449
Copy link
Copy link
Closed
Labels
Feature:DiscoverDiscover ApplicationDiscover ApplicationTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//good first issuelow hanging fruitlow hanging fruit
Metadata
Metadata
Assignees
Labels
Feature:DiscoverDiscover ApplicationDiscover ApplicationTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//good first issuelow hanging fruitlow hanging fruit
Type
Fields
Give feedbackNo fields configured for issues without a type.
The part of Discover displaying the loading state is still Angular. This should be converted to React using the Eui Loading Spinner.
This is the part of the Angular template that has to be replaced with a new directive
kibana/src/plugins/discover/public/application/angular/discover.html
Line 62 in 8a65950
Here's high level description how to create and register an angular directive in Discover #65326