From 4dbea80e6582a6586fd3192a0baf46ab8c542aea Mon Sep 17 00:00:00 2001 From: Truman Gao <106889354+tdgao@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:42:01 -0600 Subject: [PATCH] feat: show warning for broken mrpack in moderation (#7136) * feat: show warning if modpack has a version during time when modpack export broke * fix type * fix: dont lazy load versions v3 for staff and convert times to utc * pnpm prepr --- .../ui/moderation/ModpackScanModal.vue | 4 +- apps/frontend/src/locales/en-US/index.json | 21 +++ apps/frontend/src/pages/[type]/[project].vue | 162 +++++++++++++++++- 3 files changed, 183 insertions(+), 4 deletions(-) diff --git a/apps/frontend/src/components/ui/moderation/ModpackScanModal.vue b/apps/frontend/src/components/ui/moderation/ModpackScanModal.vue index c3057c955c..861b6b04ca 100644 --- a/apps/frontend/src/components/ui/moderation/ModpackScanModal.vue +++ b/apps/frontend/src/components/ui/moderation/ModpackScanModal.vue @@ -400,10 +400,10 @@ defineExpose({ show, hide })