I see the AngularJS $scope is a bit abused by storing data in it, retrieved from the BE. I can imagine this gets heavy for the UI when the data size of $scope increases. Something we can fix with redux later on the road.
-
Question: how does the RC thing works? Is there a RC branch I can set as target for a PR?
-
Question: I would like to have some mockdata to see the UI in all it’s glory. Do you guys have that by coincidence?
Current progress: aprox 40%. Current task: testing with the actual syncthing service + wiremock stubbed responses to test if all works ok.
Next up: figure out how to make the “new” hybrid UI the default including build script to build the angular production bundle.