Open bleucitron opened 9 years ago
Action history is easily implemented into a Redux app: http://redux.js.org/docs/recipes/ImplementingUndoHistory.html
We should use this to be able to revert to a prior state when an operation timed out when trying to access kerrigan server.
A CANCEL action has been implemented in PR #15. This only concerns Edit Mode
Action history is easily implemented into a Redux app: http://redux.js.org/docs/recipes/ImplementingUndoHistory.html
We should use this to be able to revert to a prior state when an operation timed out when trying to access kerrigan server.