]> cat aescling's git repositories - mastodon.git/commit
Setting up preliminary "detailed" routes in the UI, new API end-point for fetching...
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 15 Sep 2016 22:21:51 +0000 (00:21 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 15 Sep 2016 22:21:51 +0000 (00:21 +0200)
commit5b0cef9781af519a0a6ace1f429162ae05863bde
treec7429316fa50f003451f2999ff30cc90c6506021
parent2e7aac793ace0e938e45cb54ff601afa5d872214
Setting up preliminary "detailed" routes in the UI, new API end-point for fetching status context
13 files changed:
app/assets/javascripts/components/actions/accounts.jsx
app/assets/javascripts/components/actions/statuses.jsx
app/assets/javascripts/components/components/navigation_bar.jsx
app/assets/javascripts/components/components/status.jsx
app/assets/javascripts/components/containers/root.jsx
app/assets/javascripts/components/features/account/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/settings/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/status/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/subscriptions/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/timelines.jsx
app/controllers/api/statuses_controller.rb
app/views/api/statuses/context.rabl [new file with mode: 0644]
config/routes.rb