Skip to content

Commit

Permalink
[Graph] Deangularize graph app controller (elastic#106587)
Browse files Browse the repository at this point in the history
* [Graph] deaungularize control panel

* [Graph] move main graph directive to react

* [Graph] refactoring

* [Graph] remove redundant memoization, update import

* [Graph] fix settings menu, clean up the code

* [Graph] fix graph settings

* [Graph] code refactoring, fixing control panel render issues

* [Graph] fix small mistake

* [Graph] rename components

* [Graph] fix imports

* [Graph] fix graph search and inspect panel

* [Graph] remove redundant types

* [Graph] fix problem with selection list

* [Graph] fix functional test which uses selection list

* [Graph] fix unit tests, update types

* [Graph] fix types

* [Discover] fix url queries

* [Graph] fix types

* [Graph] add react router, remove angular stuff

* [Graph] fix styles

* [Graph] fix i18n

* [Graph] fix navigation to a new workspace creation

* [Graph] fix issues from comments

* [Graph] add suggested changed

* Update x-pack/plugins/graph/public/components/graph_visualization/graph_visualization.tsx

Co-authored-by: Marco Liberati <[email protected]>

* [Graph] remove brace lib from imports

* [Graph] fix url navigation between workspaces, fix types

* [Graph] refactoring, fixing url issue

* [Graph] update graph dependencies

* [Graph] add comments

* [Graph] fix types

* [Graph] fix new button, fix control panel styles

* [Graph] apply suggestions

Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Marco Liberati <[email protected]>
  • Loading branch information
3 people committed Aug 31, 2021
1 parent 3172b55 commit fc2bd07
Show file tree
Hide file tree
Showing 65 changed files with 2,521 additions and 1,606 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/graph/public/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

.gphNoUserSelect {
padding-right: $euiSizeXS;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/graph/public/angular/templates/_index.scss

This file was deleted.

362 changes: 0 additions & 362 deletions x-pack/plugins/graph/public/angular/templates/index.html

This file was deleted.

This file was deleted.

Loading

0 comments on commit fc2bd07

Please sign in to comment.