neomap
neomap copied to clipboard
Migrate Layers to React Functions
Closes issue #55
- [x] Rewrite Layer as a react functional component
- [x] Split out layer view rendering into manageable files. Moved logical bootstrap form groups into
Layer.forms
file - [x] Validate layer functionality after rewrite
Please review after PR #79 .
Also, the I can't have both the list of available labels and the list of available properties at the same time, in the best scenario, only one of these two lists is filled with data. This is not the case on the master branch.
I see. Working on this issue. Marked this PR as draft until I resolve
Publishing to run CI job. This branch has a new react-select bug.
Pointers for when I get time to resolve:
- https://react-select.com/home
- https://github.com/JedWatson/react-select/issues/2725