Closed idelahoz closed 9 years ago
This PR adds a nested list of pages under the team index page, when any page of this list is clicked the page body gets displayed.
I tried using https://github.com/indexiatech/ember-idx-tree but it wont work with the current version of ember, and also https://github.com/bobey/ember-treeview but I found easier just to write a concurrent component as described on this post:
https://robots.thoughtbot.com/using-recursive-components-in-emberjs
Asana task:
https://app.asana.com/0/30343922347920/34259250498290
Could you add a couple of specs?
I'm thinking
This PR adds a nested list of pages under the team index page, when any page of this list is clicked the page body gets displayed.
I tried using https://github.com/indexiatech/ember-idx-tree but it wont work with the current version of ember, and also https://github.com/bobey/ember-treeview but I found easier just to write a concurrent component as described on this post:
https://robots.thoughtbot.com/using-recursive-components-in-emberjs
Asana task:
https://app.asana.com/0/30343922347920/34259250498290