]> cat aescling's git repositories - mastodon.git/commit
Replacing follow requests in the settings area with in-UI column
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Dec 2016 20:33:51 +0000 (21:33 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Dec 2016 20:33:51 +0000 (21:33 +0100)
commit3689c119f0ad8d523ab8deb3c2c8ed0a9c84db6e
treea3c81d415e9eb7c043bef0cbee43200ab708146b
parent004382e4d09f90e5ca824996c4b20e99599bf98f
Replacing follow requests in the settings area with in-UI column
17 files changed:
app/assets/javascripts/components/actions/accounts.jsx
app/assets/javascripts/components/components/status_list.jsx
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/follow_requests/components/account_authorize.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/follow_requests/containers/account_authorize_container.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/follow_requests/index.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/getting_started/index.jsx
app/assets/javascripts/components/reducers/accounts.jsx
app/assets/javascripts/components/reducers/user_lists.jsx
app/controllers/follow_requests_controller.rb [deleted file]
app/helpers/follow_requests_helper.rb [deleted file]
app/views/follow_requests/index.html.haml [deleted file]
app/views/settings/shared/_links.html.haml
config/locales/en.yml
config/routes.rb
spec/controllers/follow_requests_controller_spec.rb [deleted file]
spec/helpers/follow_requests_helper_spec.rb [deleted file]