Commit graph

5 commits

Author SHA1 Message Date
Thomas Hopkins
23a8676c19 Fix: Clear stores when user logs out (#65)
* Import missing action types for logout

* Correctly destructure logout response from doFetchWithResponse

* Return to SelectServer upon logout

* Add todo regarding clearing clientConfig upon logout
2016-10-21 10:17:36 -07:00
Mike Piccolo
25f284a068 Add logout to the topnav (#45)
* WIP

* Remove session token after logout.

* Add logout reducer test

* Pop stack to login

* Use newProps and doFetchWithResponse

* Setup the reducers to clear the store
2016-10-20 11:49:03 -07:00
Mike Piccolo
8e3ba08ad3 Initial reducer tests 2016-10-18 23:17:27 -07:00
Thomas Hopkins
f262b2c90b Convert entity collection stores to objects instead of arrays (#25)
* Use camel case for current team & channel ids

* Convert entity collection stores to objects
2016-10-18 09:00:55 -04:00
Mike Piccolo
f6ed67e053 Add posts lists (#22)
* Add posts list

* Use map instead of polyfill

* Fix some eslint issues

* Address camel case and client channelId
2016-10-17 19:19:08 -07:00