]> cat aescling's git repositories - mastodon.git/commit
Feature: Improve reports ui (#7032)
authorEmelia Smith <ThisIsMissEm@users.noreply.github.com>
Tue, 10 Apr 2018 18:27:59 +0000 (20:27 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 10 Apr 2018 18:27:59 +0000 (20:27 +0200)
commitd9b62e34da0c0238176f27557ac7b953da94df7e
tree57b5f3ee1e3ad6ef1942d5df9d6fff2a7b16422c
parent45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb
Feature: Improve reports ui (#7032)

* Further improvements to Reports UI

- Clean up notes display
- Clean up add new note form
- Simplify controller
- Allow reopening a report with a note
- Show created at date for reports
- Fix report details table formatting

* Show history of report using Admin::ActionLog beneath the report

* Fix incorrect log message when reopening a report

* Implement fetching of all ActionLog items that could be related to the report

* Ensure adding a report_note updates the report's updated_at

* Limit Report History to actions that happened between the report being created and the report being resolved

* Fix linting issues

* Improve report history builder

Thanks @gargron for the improvements
app/controllers/admin/report_notes_controller.rb
app/controllers/admin/reports_controller.rb
app/javascript/styles/mastodon/admin.scss
app/models/report.rb
app/models/report_note.rb
app/views/admin/report_notes/_report_note.html.haml
app/views/admin/reports/show.html.haml
config/locales/en.yml