chinwagsocial/app/assets/javascripts/components
Eugen Rochko 9aecc0f48a Move timelines API from statuses to its own controller, add a check for
resources that require a user context vs those that don't (such as public timeline)

/api/v1/statuses/public   -> /api/v1/timelines/public
/api/v1/statuses/home     -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
2016-11-08 23:29:08 +01:00
..
actions Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
components Adding Emoji One 2016-11-08 21:46:29 +01:00
containers Adding hashtags 2016-11-05 17:13:14 +01:00
features Replace react-skylight with own solution that centers images better 2016-11-07 18:23:36 +01:00
middleware Improve how errors are displayed in the UI 2016-10-18 17:09:45 +02:00
reducers Adding hashtags 2016-11-05 17:13:14 +01:00
selectors Refactoring redux state into different reducers 2016-10-30 15:06:43 +01:00
store Improve how errors are displayed in the UI 2016-10-18 17:09:45 +02:00
.gitkeep Adding React.js, Redux, revamping dashboard 2016-08-24 17:56:44 +02:00
api.jsx Cleaning up action names and compose drawer 2016-08-31 16:15:12 +02:00