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
Showing
- app/controllers/admin/reported_statuses_controller.rb 12 additions, 2 deletionsapp/controllers/admin/reported_statuses_controller.rb
- app/controllers/admin/reports_controller.rb 4 additions, 4 deletionsapp/controllers/admin/reports_controller.rb
- app/helpers/admin/account_moderation_notes_helper.rb 16 additions, 0 deletionsapp/helpers/admin/account_moderation_notes_helper.rb
- app/helpers/application_helper.rb 4 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/stream_entries_helper.rb 13 additions, 0 deletionsapp/helpers/stream_entries_helper.rb
- app/javascript/packs/admin.js 1 addition, 0 deletionsapp/javascript/packs/admin.js
- app/javascript/styles/mastodon/admin.scss 61 additions, 42 deletionsapp/javascript/styles/mastodon/admin.scss
- app/javascript/styles/mastodon/components.scss 14 additions, 2 deletionsapp/javascript/styles/mastodon/components.scss
- app/javascript/styles/mastodon/tables.scss 113 additions, 3 deletionsapp/javascript/styles/mastodon/tables.scss
- app/views/admin/action_logs/_action_log.html.haml 1 addition, 1 deletionapp/views/admin/action_logs/_action_log.html.haml
- app/views/admin/action_logs/index.html.haml 1 addition, 2 deletionsapp/views/admin/action_logs/index.html.haml
- app/views/admin/report_notes/_report_note.html.haml 6 additions, 8 deletionsapp/views/admin/report_notes/_report_note.html.haml
- app/views/admin/reports/_account.html.haml 19 additions, 0 deletionsapp/views/admin/reports/_account.html.haml
- app/views/admin/reports/_account_details.html.haml 0 additions, 20 deletionsapp/views/admin/reports/_account_details.html.haml
- app/views/admin/reports/_action_log.html.haml 6 additions, 0 deletionsapp/views/admin/reports/_action_log.html.haml
- app/views/admin/reports/_report.html.haml 3 additions, 3 deletionsapp/views/admin/reports/_report.html.haml
- app/views/admin/reports/_status.html.haml 28 additions, 0 deletionsapp/views/admin/reports/_status.html.haml
- app/views/admin/reports/index.html.haml 12 additions, 15 deletionsapp/views/admin/reports/index.html.haml
- app/views/admin/reports/show.html.haml 55 additions, 66 deletionsapp/views/admin/reports/show.html.haml
- app/views/stream_entries/_detailed_status.html.haml 3 additions, 3 deletionsapp/views/stream_entries/_detailed_status.html.haml
Loading
Please register or sign in to comment