cnap-cobre / synapse-frontend

The frontend React application for synapse.ksu.edu. Synapse is an open science gateway for research in the Psychological Sciences, funded by NIH grant P20 GM113109 for the Cognitive and Neurobiological Approaches to Plasticity Center at Kansas State University.
MIT License
0 stars 1 forks source link

Notify user if a file action can not be performed #13

Open gmaddex opened 6 years ago

gmaddex commented 6 years ago

Users should get a descriptive error message when a file action can not be performed, e.g., if they do not have permission.

kevindice commented 6 years ago

Todo:

kevindice commented 6 years ago

These look nice: https://github.com/deep-c/react-redux-notify

kevindice commented 6 years ago

Best of all, the action creators are already defined. Just need to include it in the Redux reducers and we're good to go.