EffectiveAF / effective

Effective: end-to-end encrypted project management for activists and human rights organizations. Making activists 10x more powerful via ultra effective communities of action and autonomous software. [deprecated]
https://effective.af/
Other
83 stars 10 forks source link

Add proper error handling to reducers, remove .catch(...)'s from src/api/* #22

Open elimisteve opened 5 years ago

elimisteve commented 5 years ago

@Moe-Shoman ^^

elimisteve commented 5 years ago

@Mattimus333 @Moe-Shoman Who wants to work on this one?

elimisteve commented 5 years ago

@Mattimus333 This would make our error handling waaay better by mostly just stripping off the .catch(...)s in src/api/*.js and adding some _REJECTED reducers that set error + toasts that display said errors?