Add /statuses/:id route
soapbox-fe has a menu on each post with quick moderator actions. I'm able to make the top one work by linking to /pleroma/admin/#/users/${userId}/
, but there's no such similar view for a status.
I think it would make sense to add a /statuses/:id
route. It would be the same as the index, except it would only show a single status.