pacificclimate / weather-anomaly-tool

0 stars 0 forks source link

Disable variable, month, year selectors while data loading #34

Closed rod-glover closed 6 years ago

rod-glover commented 6 years ago

Resolves #13 Resolves #15 Resolves https://github.com/pacificclimate/weather-anomaly-tool/issues/37

Logging is now dependent on the environment variable CI -- it on if CI is unset or if it is set to 'log'. Possibly not a good choice, but sufficient for now.

This PR also improves the withLifeCycleLogging HOC; a bit ironic, as it turns out that this HOC is made completely redundant by the React performance logging feature. Oh well.