You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Sasha Sorokin 34aa5c7cb2 Improve report page structure (#12615)
* Move resolved button to the heading

This is one of the commits on improving overall reports page structure.
It changes where resolved button is located, moving it to the heading,
right next to the "Report #n" header, so-called "hot-place" to look at.

To accomplish this we have to declare one more content variable, change
admin dashboard template to respect it and CSS files for minor styling,
so buttons are inlined and centrally aligned according to the heading.

* Move actions buttons below the report table

I believe that actions to react on report should not be located at the
top of the page, instead they should be either after the table or
reporter's comment. This is just a logical sign that you should not
react to the report without reading all the details first.
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix missing error templates for non-HTML requests (#12593) 5 years ago
helpers Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 5 years ago
javascript Improve report page structure (#12615) 5 years ago
lib Add basic support for group actors (#12071) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
models Add `tootctl media remove-orphans` (#12568) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Add basic support for group actors (#12071) 5 years ago
services Fix account search with no query (#12549) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Improve report page structure (#12615) 5 years ago
workers Fix various issues with account migration (#12301) 5 years ago