From 16d5089a670026bf80cb55501d5d2568f9686648 Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 6 Feb 2024 14:56:20 -0700 Subject: [PATCH 1/7] Moderation checklist --- components/ui/ModerationChecklist.vue | 981 ++++++++++++++++++++++++++ pages/[type]/[id].vue | 11 + pages/moderation/review.vue | 24 + 3 files changed, 1016 insertions(+) create mode 100644 components/ui/ModerationChecklist.vue diff --git a/components/ui/ModerationChecklist.vue b/components/ui/ModerationChecklist.vue new file mode 100644 index 0000000000..4abd440433 --- /dev/null +++ b/components/ui/ModerationChecklist.vue @@ -0,0 +1,981 @@ +