-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Convert the cosmoz-treenode-navigator component to haunted.
cosmoz-treenode-navigator has the following structural components/parts:
- path - the node/tree path
- input - used as query text to search for nodes -> use cosmoz-input instead
- list - a iron-list elemenet to show a virtualized list of nodes -> just render them all / not virtualized
- a retry button - to search globally -> use a simple html
buttonelement.
Conversion approach:
- Extract as much code as possible in pure functions (e.g. _normalizeNodes, _getNode)
- create a TreeNodeNavigator function/component and convert the template
- write a useTreeNodeNavigator() function linking all the pure functions and render related code
Reactions are currently unavailable