Harrison Healey
|
8e59ea606e
|
Refactored post store to store posts by their IDs (#142)
* Added hook to tests to catch uncaught promise rejections
* Refactored post store to store posts by their IDs
* Fixed post store when logging out
|
2016-12-19 14:37:54 -03:00 |
|
enahum
|
d2f2678880
|
Reauthenticate from stored token when app is reloaded (#137)
* Reauthenticate from stored token when app is reloaded
* Address feedback
|
2016-12-15 13:17:26 -05:00 |
|
Harrison Healey
|
bd3bd45c36
|
Added deep freeze of stores in dev mode (#135)
* Added deep freeze of stores in dev mode
* Stopped deletePost and reducePosts reducer functions from mutating the store
|
2016-12-13 17:13:41 -03:00 |
|
Harrison Healey
|
5cc43d5a9f
|
Made all unit tests run again (#132)
|
2016-12-13 12:10:33 -03:00 |
|
enahum
|
aa01be831f
|
include posts into store (#125)
* include posts into store
* addressing feedback
|
2016-12-13 09:07:16 -05:00 |
|
Harrison Healey
|
61c4d8b585
|
Added basic theming support (#131)
* Moved all view action types into a single file
* Moved preferences into their own constants section
* Added basic theming support
|
2016-12-12 21:05:59 -03:00 |
|
Harrison Healey
|
155a923cd0
|
Added preferences to redux store (#124)
* Disabled broken ESLint rule
* Added preferences to redux store
* Re-enabled all unit tests
* Fixed code referencing users.myPreferences
* Stopped exporting dispatcher from actions/helpers
|
2016-12-12 20:42:26 -03:00 |
|
enahum
|
e2f3f7b803
|
project folder structure (#107)
* project folder structure
* Moving store to be called from app folder
|
2016-12-09 10:34:17 -05:00 |
|