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
Showing
- app/javascript/mastodon/actions/pin_statuses.js 39 additions, 0 deletionsapp/javascript/mastodon/actions/pin_statuses.js
- app/javascript/mastodon/features/getting_started/index.js 5 additions, 3 deletionsapp/javascript/mastodon/features/getting_started/index.js
- app/javascript/mastodon/features/pinned_statuses/index.js 59 additions, 0 deletionsapp/javascript/mastodon/features/pinned_statuses/index.js
- app/javascript/mastodon/features/ui/index.js 2 additions, 0 deletionsapp/javascript/mastodon/features/ui/index.js
- app/javascript/mastodon/features/ui/util/async-components.js 4 additions, 0 deletionsapp/javascript/mastodon/features/ui/util/async-components.js
- app/javascript/mastodon/locales/en.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/en.json
- app/javascript/mastodon/locales/ja.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/ja.json
- app/javascript/mastodon/locales/ko.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/ko.json
- app/javascript/mastodon/reducers/status_lists.js 16 additions, 0 deletionsapp/javascript/mastodon/reducers/status_lists.js
- app/javascript/mastodon/reducers/statuses.js 4 additions, 0 deletionsapp/javascript/mastodon/reducers/statuses.js
Please register or sign in to comment