neomap icon indicating copy to clipboard operation
neomap copied to clipboard

Migrate Layers to React Functions

Open okjodom opened this issue 4 years ago • 2 comments

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 .

okjodom avatar Sep 13 '20 03:09 okjodom

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

okjodom avatar Nov 21 '20 20:11 okjodom

Publishing to run CI job. This branch has a new react-select bug. image

Pointers for when I get time to resolve:

  • https://react-select.com/home
  • https://github.com/JedWatson/react-select/issues/2725

okjodom avatar Jan 08 '21 15:01 okjodom