]> cat aescling's git repositories - mastodon.git/commit
Improve admin UI for accounts (#7360)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 5 May 2018 21:06:29 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Sat, 5 May 2018 21:06:29 +0000 (23:06 +0200)
commitc7d1a2e400cd6677057a8af90fff866207576098
treedf1790bcb483f66c552bc39de116aab85b49d45c
parent660db468c09146802bd4418599cf4103ef190c10
Improve admin UI for accounts (#7360)

* Improve design of account statuses admin UI (consistent with reports)

* Make account moderation notes look consistent with report notes

* i18n-tasks remove-unused

* Fix code style issues

* Fix tests
44 files changed:
app/controllers/admin/reported_statuses_controller.rb
app/controllers/admin/statuses_controller.rb
app/javascript/styles/mastodon/admin.scss
app/views/admin/account_moderation_notes/_account_moderation_note.html.haml
app/views/admin/accounts/show.html.haml
app/views/admin/reports/_status.html.haml
app/views/admin/statuses/index.html.haml
config/locales/ar.yml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/io.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/routes.rb
spec/controllers/admin/reported_statuses_controller_spec.rb
spec/controllers/admin/statuses_controller_spec.rb