[Navigation Tree] Simplify logic (#3474)

* added new navigation method for tracking, lots of optimizations

* updated indicator logic, tweaked objectPath/navigationPath, removed old code

* added temporary ancestors variable to be used while building new tree ui during navigation

* removed observer for ancestors, all handled in composition watch now

* updates from PR comments

* fixing testing errors

* checking for older format of saved path, update if old
This commit is contained in:
Jamie V
2020-10-29 11:58:45 -07:00
committed by GitHub
parent 0e6ce7f58b
commit 5646a252f7
3 changed files with 451 additions and 429 deletions

View File

@@ -26,6 +26,10 @@
overflow: hidden;
transition: all;
.c-tree__item-h {
width: 100%;
}
&__scrollable-children {
overflow: auto;
}