not yet, but improved sorting is on the cards.

the main issue is the lemmy api’s don’t support most of this, so it’ll have to be implemented locally. for example, ListPostReports only allows: community_id, limit, page, and unresolved_only as parameters: join-lemmy.org/api/…/ListPostReports.html

PR’s need to be submitted to Lemmy core to add this functionality, so for now I do a infinite load as you scroll.

ListPostReports | lemmy-js-client

Documentation for lemmy-js-client

I was wondering if that might be the case. Hopefully future Lemmy updates will allow for this.