Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
Showing only changes of commit 9a13e977a0 - Show all commits
@@ -15,11 +15,11 @@
<div class="flex flex-col gap-1">
<div class="flex items-center gap-1">
<span class="font-bold text-primary">
<template v-if="charge.product.metadata.type === 'midas'"> Modrinth Plus </template>
<template v-else-if="charge.product.metadata.type === 'pyro'">
<template v-if="charge.product?.metadata?.type === 'midas'"> Modrinth Plus </template>
<template v-else-if="charge.product?.metadata?.type === 'pyro'">
Modrinth Servers
</template>
<template v-else> Unknown product </template>
<template v-else> Medal Server Trial </template>
<template v-if="charge.subscription_interval">
{{ charge.subscription_interval }}
</template>