From 979b5eb89c2863e5af3b0b593d3c36ce832c31f2 Mon Sep 17 00:00:00 2001 From: Emma Date: Fri, 2 Jul 2021 12:58:29 -0400 Subject: [PATCH] Fix a bug & add improvements to a couple moderation aspects (#278) This PR fixes reports on the moderation dashboard going to `/dashboard/mod/_id` instead of to `/mod/_id`. It also allows the ability for moderators to unlist mods in the queue from the frontend instead of having to do it via the backend. ![image](https://i.imgur.com/x8shSVn.png) Unlisted mods should have the ability to resubmit for approval, so I've also changed "Submit for Review" to "Submit for approval", allowing unlisted mods to do that as well. ![image](https://i.imgur.com/OC8Vyfo.png) --- pages/dashboard/moderation.vue | 10 +++++++++- pages/mod/_id/edit.vue | 6 +++--- pages/mod/create.vue | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pages/dashboard/moderation.vue b/pages/dashboard/moderation.vue index af059d17..4befdc5a 100644 --- a/pages/dashboard/moderation.vue +++ b/pages/dashboard/moderation.vue @@ -30,6 +30,12 @@ > Approve +