Styles all forms (in event receivers and in general create/edit forms) so that labels are all aligned
Use styled buttons everywhere
Fix back links that go to the wrong pages
Changed "api_key" to "API Key" in the UI
Changed "job type" to "job template" in the UI, I figured that's maybe more understandable? thoughts?
Fixed a bug in the React code where state was getting mutated before setState finishes, which messed up diffing. Now it uses cloneDeep and assigns to a new object when copying state so that these early mutations don't happen.
setState
finishes, which messed up diffing. Now it usescloneDeep
and assigns to a new object when copying state so that these early mutations don't happen.