]> cat aescling's git repositories - mastodon.git/commit
Add Pinned toot column (#4817)
authorvoidSatisfaction <lourie@naver.com>
Thu, 7 Sep 2017 07:58:11 +0000 (16:58 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 7 Sep 2017 07:58:11 +0000 (09:58 +0200)
commit85c7c42098b5a5b10033eb8de79f6cb5dce8d462
treef65ebdaeed346beae6c1f659a17899106cb94978
parent8185f988723dd95b814bcc5f03ccb3da94edbae4
Add Pinned toot column (#4817)

* Add Pinned_toot_section

* Fix add frozen_string_literal

* Fix delete no need controller and tests

* Fix replace query strings to axios params

* Fix change value to accountId and disabling more button
app/javascript/mastodon/actions/pin_statuses.js [new file with mode: 0644]
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/pinned_statuses/index.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/features/ui/util/async-components.js
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/ko.json
app/javascript/mastodon/reducers/status_lists.js
app/javascript/mastodon/reducers/statuses.js