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
This commit is contained in:
Truman Gao
2026-08-14 15:42:01 +00:00
committed by GitHub
parent 74c672df49
commit 4dbea80e65
3 changed files with 183 additions and 4 deletions
@@ -400,10 +400,10 @@ defineExpose({ show, hide })
</Combobox>
<IconButton
v-tooltip="formatMessage(messages.deleteAllGroups)"
type="quiet"
color="red"
type="base"
:label="formatMessage(messages.deleteAllGroups)"
:disabled="titleButtonsDisabled"
class="[&:not(:disabled):focus-visible>svg]:!text-red [&:not(:disabled):hover>svg]:!text-red"
@click="showConfirmClearGroups"
>
<TrashIcon v-if="!isClearing" aria-hidden="true" />