Closed DavOnGit closed 6 years ago
This looks really nice. There is one minor change I think will make it look better. The way the alert displays now makes it not stand out from the rest of the form.
I tried it with <Alert stack={{limit: 3}} position={'top'} html={true} timeout={5000} effect={'flip'}/>
and it is a lot more noticable to me. Can you do it this way instead?
All done @kenjiO
You should see ...position={'top'}, offset={0}...
props in Application.js file.
Notify on submitting form field with errors and on settings saved succesfully. It uses a redux middleware that can be very flexible, all notifications logic is in one file.
This PR resolves #154