]> cat aescling's git repositories - mastodon.git/commit
Improve report layout (#7188)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 20 Apr 2018 00:28:48 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Apr 2018 00:28:48 +0000 (02:28 +0200)
commita9c440637ca9f36bcf051094abe3bcba1da63166
treef75b649eb4413a8a8191e86e6512cbf198de0370
parent1663368724b0a0076823aa31459eb77b9264969b
Improve report layout (#7188)

* Use table for statuses in report

* Display reported account and reporter in the same table

* Split accounts and general report info into two tables again

* Redesign report statuses table, notes, merge notes and action log

* Remove unused translations

* Fix code style issue

* Fix code style issue

* Fix code style issue
55 files changed:
app/controllers/admin/reported_statuses_controller.rb
app/controllers/admin/reports_controller.rb
app/helpers/admin/account_moderation_notes_helper.rb
app/helpers/application_helper.rb
app/helpers/stream_entries_helper.rb
app/javascript/packs/admin.js
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/tables.scss
app/views/admin/action_logs/_action_log.html.haml
app/views/admin/action_logs/index.html.haml
app/views/admin/report_notes/_report_note.html.haml
app/views/admin/reports/_account.html.haml [new file with mode: 0644]
app/views/admin/reports/_account_details.html.haml [deleted file]
app/views/admin/reports/_action_log.html.haml [new file with mode: 0644]
app/views/admin/reports/_report.html.haml
app/views/admin/reports/_status.html.haml [new file with mode: 0644]
app/views/admin/reports/index.html.haml
app/views/admin/reports/show.html.haml
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_simple_status.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/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
spec/controllers/admin/reported_statuses_controller_spec.rb