You've already forked AstralRinth
forked from didirus/AstralRinth
Make it slightly clearer that the app is in beta (#4333)
* Make it slightly clearer that the app is in beta and add linux disclaimer. Also changed the way Modrinth App was being referred to as a regular noun instead of a proper noun * i18n for app page * update home page to use ~content
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
||||
<ModrinthIcon class="modrinth-icon text-brand" />
|
||||
<h1 class="main-header">
|
||||
<IntlFormatted :message-id="messages.thePlaceForMinecraft">
|
||||
<template #content>
|
||||
<template #~content>
|
||||
<div class="animate-strong">
|
||||
<span>
|
||||
<strong
|
||||
@@ -488,7 +488,7 @@ async function updateSearchProjects() {
|
||||
const messages = defineMessages({
|
||||
thePlaceForMinecraft: {
|
||||
id: 'landing.heading.the-place-for-minecraft',
|
||||
defaultMessage: 'The place for Minecraft <content></content>',
|
||||
defaultMessage: 'The place for Minecraft {content}',
|
||||
},
|
||||
discoverHeading: {
|
||||
id: 'landing.subheading',
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<div
|
||||
class="relative h-fit w-fit rounded-full bg-highlight-green px-3 py-1 text-sm font-bold text-brand backdrop-blur-lg"
|
||||
>
|
||||
Beta Release
|
||||
{{ formatMessage(commonMessages.betaRelease) }}
|
||||
</div>
|
||||
<h1 class="relative m-0 max-w-3xl text-3xl font-bold !leading-[110%] md:text-6xl">
|
||||
Host your next server with Modrinth Servers
|
||||
@@ -645,7 +645,12 @@ import {
|
||||
TransferIcon,
|
||||
VersionIcon,
|
||||
} from '@modrinth/assets'
|
||||
import { ButtonStyled, injectNotificationManager, ModrinthServersPurchaseModal } from '@modrinth/ui'
|
||||
import {
|
||||
ButtonStyled,
|
||||
commonMessages,
|
||||
injectNotificationManager,
|
||||
ModrinthServersPurchaseModal,
|
||||
} from '@modrinth/ui'
|
||||
import { monthsInInterval } from '@modrinth/ui/src/utils/billing.ts'
|
||||
import { formatPrice } from '@modrinth/utils'
|
||||
import { useVIntl } from '@vintl/vintl'
|
||||
@@ -660,7 +665,7 @@ import { useServersFetch } from '~/composables/servers/servers-fetch.ts'
|
||||
import { products } from '~/generated/state.json'
|
||||
|
||||
const { addNotification } = injectNotificationManager()
|
||||
const { locale } = useVIntl()
|
||||
const { locale, formatMessage } = useVIntl()
|
||||
const flags = useFeatureFlags()
|
||||
|
||||
const billingPeriods = ref(['monthly', 'quarterly'])
|
||||
|
||||
Reference in New Issue
Block a user