mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user