element-web/src/actions
Luke Barnard 13925db251 Refactor to allow dispatching of two kinds of Actions
They are:
 1. The existing type of Action, Objects with an `action` type.
 1. Asyncronous Actions, functions that accept a `dispatch` argument, which can be used to dispatch Actions asyncronously.
2017-12-12 17:32:43 +00:00
..
actionCreators.js Refactor to allow dispatching of two kinds of Actions 2017-12-12 17:32:43 +00:00
GroupActions.js Refactor to allow dispatching of two kinds of Actions 2017-12-12 17:32:43 +00:00
MatrixActionCreators.js Refactor MatrixActions to something much easier to grok. 2017-12-12 16:05:18 +00:00
TagOrderActions.js Refactor to allow dispatching of two kinds of Actions 2017-12-12 17:32:43 +00:00