From d7f1029b5428e20dceab4582ce37ddd40c48ba54 Mon Sep 17 00:00:00 2001 From: IMB11 Date: Fri, 8 Aug 2025 20:37:06 +0100 Subject: [PATCH] feat: add simple mode editor to the moderation checklist (#4127) * fix: remove prettier, not needed. * feat: simple/advanced mode for the checklist --- .../checklist/ModerationChecklist.vue | 40 ++++++++++++------- packages/assets/generated-icons.ts | 4 ++ packages/assets/icons/toggle-left.svg | 1 + packages/assets/icons/toggle-right.svg | 1 + 4 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 packages/assets/icons/toggle-left.svg create mode 100644 packages/assets/icons/toggle-right.svg diff --git a/apps/frontend/src/components/ui/moderation/checklist/ModerationChecklist.vue b/apps/frontend/src/components/ui/moderation/checklist/ModerationChecklist.vue index 0bb5c736..63180dfb 100644 --- a/apps/frontend/src/components/ui/moderation/checklist/ModerationChecklist.vue +++ b/apps/frontend/src/components/ui/moderation/checklist/ModerationChecklist.vue @@ -50,13 +50,35 @@
+ + + +