Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename actions.js to controller.js and rename functions to be more descriptive | David Mehren | 2019-10-27 | 2 | -20/+31 |
| | | | | | | Move postNote to NoteController and rename to createFromPost Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Move slide actions to own file | David Mehren | 2019-10-27 | 2 | -2/+86 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Fix errors constant in note/actions.js | David Mehren | 2019-10-27 | 1 | -7/+7 |
| | | | | Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | Move note actions to their own file. | David Mehren | 2019-10-27 | 3 | -0/+286 |
Because of circular import problems, this commit also moves the error messages from response.js to errors.js Signed-off-by: David Mehren <dmehren1@gmail.com> |