anthill / 6bin

Sensors user interface
MIT License
0 stars 3 forks source link

Add the UNDO capability #11

Open bleucitron opened 9 years ago

bleucitron commented 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.

bleucitron commented 9 years ago

A CANCEL action has been implemented in PR #15. This only concerns Edit Mode