This repository was archived by the owner on May 23, 2025. It is now read-only.

Description
(I never used the mastodon moderation interface, I definitely need some help with that)
Here is an overview of what the moderation api can do:
mastodon/mastodon#9387
Looks like the two main entities to work with are users and reports. So we probably need a way do display a list of users (search and sortable) and a list of reports (at least sortable), and a detail view for each where you can actually perform the moderation actions.
My first idea would be to just have a bottom bar that switches between the two lists and controls for sorting/searching in the top bar.
When I have more time I will draw some wireframes for this