Canvas: Tree View Navigation (#51855)

* tree navigation using rc-tree library
This commit is contained in:
Adela Almasan
2022-07-12 08:31:02 -05:00
committed by GitHub
parent db9c9b5354
commit c73d78eaac
13 changed files with 621 additions and 23 deletions

View File

@@ -8943,6 +8943,9 @@ exports[`better eslint`] = {
"public/app/plugins/panel/canvas/editor/PlacementEditor.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/plugins/panel/canvas/editor/TreeNavigationEditor.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],
"public/app/plugins/panel/canvas/editor/elementEditor.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
[0, 0, 0, "Do not use any type assertions.", "1"],
@@ -10402,4 +10405,4 @@ exports[`no undocumented stories`] = {
[0, 0, 0, "No undocumented stories are allowed, please add an .mdx file with some documentation", "5381"]
]
}`
};
};