]> cat aescling's git repositories - mastodon.git/commit
Fix #100 - Add "back" button to certain views
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 19 Oct 2016 16:20:19 +0000 (18:20 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 19 Oct 2016 16:20:19 +0000 (18:20 +0200)
commit04bbc576906ff70feed7d42fef0e6db17fdd9ed3
tree789e41ff1abc26044dd230ca05b0aa517e98c453
parent8698cd3281ac1d699c723a151b14f1e2f2e8b07e
Fix #100 - Add "back" button to certain views
Also fix reloading of timelines after merge-type events
app/assets/javascripts/components/actions/accounts.jsx
app/assets/javascripts/components/actions/timelines.jsx
app/assets/javascripts/components/components/column_back_button.jsx [new file with mode: 0644]
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/account/components/header.jsx
app/assets/javascripts/components/features/account/index.jsx
app/assets/javascripts/components/features/status/index.jsx
app/assets/javascripts/components/reducers/timelines.jsx
app/controllers/api_controller.rb
app/models/feed.rb