OpenWaterFoundation / owf-app-infomapper-builder-ng

Open Water Foundation web application to build an InfoMapper configuration
GNU General Public License v3.0
0 stars 0 forks source link

Implement Angular Material Tree code #3

Closed Nightsphere closed 1 year ago

Nightsphere commented 1 year ago

Angular Material has a Tree component and seems to be the best option for displaying each layer of the builder in the UI. I've been working on UI issues for a while now and have resolved those. Creating a dynamic tree by using buttons that add nodes to the tree has been difficult so far. I actually figured it out as I was writing this.

I will attempt to create a very basic app configuration file with a home page & menus, and add new inevitable issues that pop up due to the Tree code in future comments.

Nightsphere commented 1 year ago

The foundational code for this has been added. The Angular Material tree UI component was used and seems to be doing a good job for now. Closing this issue.