mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
clean up copy
This commit is contained in:
@@ -107,13 +107,11 @@
|
|||||||
{{ formatDate(cancellationDate) }}
|
{{ formatDate(cancellationDate) }}
|
||||||
</span></template
|
</span></template
|
||||||
>.<template v-if="!isFilesExpired">
|
>.<template v-if="!isFilesExpired">
|
||||||
Your files will be preserved for
|
Your files will be preserved for 30 days after cancellation.
|
||||||
<span class="font-medium text-red">30 days</span> after cancellation.</template
|
</template>
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="noticeType === 'moderated'">
|
<div v-else-if="noticeType === 'moderated'">
|
||||||
Your server has been suspended due to a moderation action. Please contact Modrinth Support
|
Your server has been suspended by moderation action.
|
||||||
for more information.
|
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
Your server has been suspended. Please contact Modrinth Support for more information.
|
Your server has been suspended. Please contact Modrinth Support for more information.
|
||||||
|
|||||||
@@ -103,14 +103,6 @@ export const SetToCancel: Story = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const SetToCancelFilesExpired: Story = {
|
|
||||||
args: {
|
|
||||||
...baseServer,
|
|
||||||
name: 'Survival SMP',
|
|
||||||
cancellationDate: new Date(2025, 1, 17).toISOString(),
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
export const SuspendedCancelled: Story = {
|
export const SuspendedCancelled: Story = {
|
||||||
args: {
|
args: {
|
||||||
...baseServer,
|
...baseServer,
|
||||||
@@ -146,17 +138,6 @@ export const SuspendedPaymentFailed: Story = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const SuspendedPaymentFailedFilesExpired: Story = {
|
|
||||||
args: {
|
|
||||||
...baseServer,
|
|
||||||
name: 'Minigames Network',
|
|
||||||
status: 'suspended',
|
|
||||||
suspension_reason: 'paymentfailed',
|
|
||||||
cancellationDate: new Date(2025, 1, 17).toISOString(),
|
|
||||||
onDownloadBackup: null,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
export const SuspendedModerated: Story = {
|
export const SuspendedModerated: Story = {
|
||||||
args: {
|
args: {
|
||||||
...baseServer,
|
...baseServer,
|
||||||
|
|||||||
Reference in New Issue
Block a user