You've already forked AstralRinth
forked from didirus/AstralRinth
* feat: start on tax compliance * feat: avarala1099 composable * fix: shouldShow should be managed on the page itself * refactor: move show logic to revenue page * feat: security practices rather than info * feat: withdraw page lock * fix: empty modal bug & lint issues * feat: hide behind feature flag * Use standard admonition components, make casing consistent * modal title * lint * feat: withdrawal check * feat: tax cap on withdrawals warning * feat: start on revenue page overhaul * feat: segment generation for bar * feat: tooltips and links * fix: tooltip border * feat: finish initial layout, start on withdraw modal * feat: start on withdrawal limit stage * feat: shade support for primary colors * feat: start on withdraw details stage * fix: convert swatches to hex * feat: payout method/region dropdown temporarily using multiselect * feat: fix modal open issues and use teleport dropdowns * feat: hide transactions section if there are no transactions * refactor: NavStack surfaces * feat: new dropdown component * feat: remove teleport dropdown modal in favour of new combobox component * fix: lint * refactor: dashboard sidebar layout * feat: cleanup * fix: niche bugs * fix: ComboBox styling * feat: first part of qa * feat: animate flash rather than tooltip * fix: lint * feat: qa border gradient * fix: seg hover flashes * feat: i18n * feat: i18n and final QA * fix: lint * feat: QA * fix: lint * fix: merge conflicts * fix: intl * fix: blue hover * fix: transfers page * feat: surface variables & gradients * feat: text vars * fix: lint * fix: intl * feat: stages * fix: lint * feat: region selection * feat: method selection btns * fix: flex col on transactions * feat: hook up method selection to ctx * feat: muralpay kyc stage info * wip: muralpay integration * Basic Mural Pay API bindings * Fix clippy * use dotenvy in muralpay example * Refactor payout creation code * wip: muralpay payout requests * Mural Pay payouts work * Fix clippy * feat: progress * fix: broken tax form stage logic * polish: tax form stage and method selection stage layout * add mural pay fees API * Work on payout fee API * Fees API for more payment methods * Fix CI * polish: muralpay qa * refactor: clean up combobox component * polish: change from critical -> warning admonition in MuralpayDetailsStage * Temporarily disable Venmo and PayPal methods from frontend * polish: clean up transaction component & page * polish: navbar qa, text color-contrast in chips type buttonstyled, mb on rev/index.vue page * fix: incorrectly using available balance as tax form withdraw limit after tax forms submitted * wip: counterparties * Start on counterparties and payment methods API * polish: combobox component * polish: fix broken scroll logic using a composable & web:fix * fix: lint * polish: various QA fixes * feat: hook up with backend (wip) * feat: draft muralpay rails dynamic logic * polish: modify rails to support backend changes * Mural Pay multiple methods when fetching * Don't send supported_countries to frontend * Mural Pay multiple methods when fetching * Don't send supported_countries to frontend * feat: fees & methods endpoint hookup * chore: remove duplicates fix * polish: qa changes + figma match * Add countries to muralpay fiat methods * Compile fix * Add exchange rate info to fees endpoint * Add fees to premium Tremendous options * polish: i18n and better document type dropdown -> id input labels * feat: tremendous * fix: lint & i18n * feat: reintroduce tin mismatch logic to index.vue * polish: qa * fix: i18n * feat: remove teleport dropdown menu - combobox should be used * fix: lint * fix: jsdoc * feat: checkbox for reward program terms * Add delivery email field to Tremendous payouts * Add Tremendous product category to payout methods * Add bank details API to muralpay * Fix CI * Fix CI * polish: qa changes * feat: i18n pass * feat: deduplicate methods endpoint & fix i18n issues * chore: deduplicate i18n strings into common-messages.ts * fix: lint * fix: i18n * feat: estimates * polish: more QA * Remove prepaid visa, compute fees properly for Tremendous methods * Add more details to Tremendous errors * feat: withdraw endpoint impl & internals refactor * Add more details to Tremendous errors * feat: completion stage * Add fees to Mural * feat: transactions page match figma * fix: i18n * polish: QA changes * polish: qa * Payout history route and bank details * polish: autofill and requirements checks * fix: i18n + lint * fix: fiat rail fees * polish: move scroll fade stuff into NewModal rather than just CreatorWithdrawModal * feat: simplify action btn logic & tax form error * fix: tax -> Tax form * Re-add legacy PayPal/Venmo options for US * feat: mobile responsiveness fixes for modal * fix: responsiveness issues * feat: navstack responsiveness * fix: responsiveness * move the mural bank details route * fix: generated state cleanup & bank details input * fix: lint & i18n * Add utoipa support to payout endpoints * address some PR comments * polish: qa * add CORS to new utoipa routes * feat: legacy paypal/venmo stage * polish: reset amount on back qa * revert: navstack mr changes * polish: loading indicator on method selection stage * fix: paypal modal doesnt reopen after auth * fix: lint & i18n * fix: paypal flow * polish: qa changes * fix: gitignore * polish: qa fixes * fix: payouts_available in payouts.rs * fix: bug when limit is zero * polish: qa changes * fix: qa stuff & muralpay sub-division fix * Immediately approve mural payouts * Add currency support to Tremendous payouts * Currency forex * add forex to tremendous fee request * polish: qa & currency support for paypal tremendous * polish: fx qa * feat: demo mode flag * fix: i18n & padding issues * polish: qa changes * fix: ml * Add Mural balance to bank balance info * polish: show warning for paypal international USD withdrawals + more currencies * Add more Tremendous currencies support * fix: colors on balance bars * fix: empty states * fix: pl-8 mobile issue * fix: hide see all * Transaction payouts available use the correct date * Address my own review comment * Address PR comments * Change Mural withdrawal limit to 3k * fix: empty state + paypal warning * maybe fix tremendous gift cards * Change how Mural minimum withdrawals are calculated * Tweak min/max withdrawal values * fix: segment brightness * fix: min & max for muralpay & legacy paypal * Fix some icon issues * more issues * fix user menu * fix: remove + network --------- Signed-off-by: Calum H. <contact@cal.engineer> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: aecsocket <aecsocket@tutanota.com> Co-authored-by: Alejandro González <me@alegon.dev>
277 lines
6.8 KiB
Vue
277 lines
6.8 KiB
Vue
<template>
|
|
<div>
|
|
<h1>{{ formatMessage(messages.signUpWithTitle) }}</h1>
|
|
|
|
<section class="third-party">
|
|
<a class="btn discord-btn" :href="getAuthUrl('discord', redirectTarget)">
|
|
<DiscordColorIcon />
|
|
<span>Discord</span>
|
|
</a>
|
|
<a class="btn" :href="getAuthUrl('github', redirectTarget)">
|
|
<GitHubColorIcon />
|
|
<span>GitHub</span>
|
|
</a>
|
|
<a class="btn" :href="getAuthUrl('microsoft', redirectTarget)">
|
|
<MicrosoftColorIcon />
|
|
<span>Microsoft</span>
|
|
</a>
|
|
<a class="btn" :href="getAuthUrl('google', redirectTarget)">
|
|
<GoogleColorIcon />
|
|
<span>Google</span>
|
|
</a>
|
|
<a class="btn" :href="getAuthUrl('steam', redirectTarget)">
|
|
<SteamColorIcon />
|
|
<span>Steam</span>
|
|
</a>
|
|
<a class="btn" :href="getAuthUrl('gitlab', redirectTarget)">
|
|
<GitLabColorIcon />
|
|
<span>GitLab</span>
|
|
</a>
|
|
</section>
|
|
|
|
<h1>{{ formatMessage(messages.createAccountTitle) }}</h1>
|
|
|
|
<section class="auth-form">
|
|
<div class="iconified-input">
|
|
<label for="email" hidden>{{ formatMessage(messages.emailLabel) }}</label>
|
|
<MailIcon />
|
|
<input
|
|
id="email"
|
|
v-model="email"
|
|
type="email"
|
|
autocomplete="username"
|
|
class="auth-form__input"
|
|
:placeholder="formatMessage(messages.emailLabel)"
|
|
/>
|
|
</div>
|
|
|
|
<div class="iconified-input">
|
|
<label for="username" hidden>{{ formatMessage(messages.usernameLabel) }}</label>
|
|
<UserIcon />
|
|
<input
|
|
id="username"
|
|
v-model="username"
|
|
type="text"
|
|
autocomplete="username"
|
|
class="auth-form__input"
|
|
:placeholder="formatMessage(messages.usernameLabel)"
|
|
/>
|
|
</div>
|
|
|
|
<div class="iconified-input">
|
|
<label for="password" hidden>{{ formatMessage(messages.passwordLabel) }}</label>
|
|
<KeyIcon />
|
|
<input
|
|
id="password"
|
|
v-model="password"
|
|
class="auth-form__input"
|
|
type="password"
|
|
autocomplete="new-password"
|
|
:placeholder="formatMessage(messages.passwordLabel)"
|
|
/>
|
|
</div>
|
|
|
|
<div class="iconified-input">
|
|
<label for="confirm-password" hidden>{{ formatMessage(messages.passwordLabel) }}</label>
|
|
<KeyIcon />
|
|
<input
|
|
id="confirm-password"
|
|
v-model="confirmPassword"
|
|
type="password"
|
|
autocomplete="new-password"
|
|
class="auth-form__input"
|
|
:placeholder="formatMessage(messages.confirmPasswordLabel)"
|
|
/>
|
|
</div>
|
|
|
|
<Checkbox
|
|
v-model="subscribe"
|
|
class="subscribe-btn"
|
|
:label="formatMessage(messages.subscribeLabel)"
|
|
:description="formatMessage(messages.subscribeLabel)"
|
|
/>
|
|
|
|
<p v-if="!route.query.launcher">
|
|
<IntlFormatted :message-id="messages.legalDisclaimer">
|
|
<template #terms-link="{ children }">
|
|
<NuxtLink to="/legal/terms" class="text-link">
|
|
<component :is="() => children" />
|
|
</NuxtLink>
|
|
</template>
|
|
<template #privacy-policy-link="{ children }">
|
|
<NuxtLink to="/legal/privacy" class="text-link">
|
|
<component :is="() => children" />
|
|
</NuxtLink>
|
|
</template>
|
|
</IntlFormatted>
|
|
</p>
|
|
|
|
<HCaptcha ref="captcha" v-model="token" />
|
|
|
|
<button
|
|
class="btn btn-primary continue-btn centered-btn"
|
|
:disabled="!token"
|
|
@click="createAccount"
|
|
>
|
|
{{ formatMessage(messages.createAccountButton) }} <RightArrowIcon />
|
|
</button>
|
|
|
|
<div class="auth-form__additional-options">
|
|
{{ formatMessage(messages.alreadyHaveAccountLabel) }}
|
|
<NuxtLink
|
|
class="text-link"
|
|
:to="{
|
|
path: '/auth/sign-in',
|
|
query: route.query,
|
|
}"
|
|
>
|
|
{{ formatMessage(commonMessages.signInButton) }}
|
|
</NuxtLink>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
import {
|
|
DiscordColorIcon,
|
|
GitHubColorIcon,
|
|
GitLabColorIcon,
|
|
GoogleColorIcon,
|
|
KeyIcon,
|
|
MailIcon,
|
|
MicrosoftColorIcon,
|
|
RightArrowIcon,
|
|
SteamColorIcon,
|
|
UserIcon,
|
|
} from '@modrinth/assets'
|
|
import { Checkbox, commonMessages, injectNotificationManager } from '@modrinth/ui'
|
|
import { IntlFormatted } from '@vintl/vintl/components'
|
|
|
|
import HCaptcha from '@/components/ui/HCaptcha.vue'
|
|
import { getAuthUrl } from '@/composables/auth.js'
|
|
|
|
const { addNotification } = injectNotificationManager()
|
|
const { formatMessage } = useVIntl()
|
|
|
|
const messages = defineMessages({
|
|
title: {
|
|
id: 'auth.sign-up.title',
|
|
defaultMessage: 'Sign Up',
|
|
},
|
|
signUpWithTitle: {
|
|
id: 'auth.sign-up.title.sign-up-with',
|
|
defaultMessage: 'Sign up with',
|
|
},
|
|
createAccountTitle: {
|
|
id: 'auth.sign-up.title.create-account',
|
|
defaultMessage: 'Or create an account yourself',
|
|
},
|
|
emailLabel: {
|
|
id: 'auth.sign-up.email.label',
|
|
defaultMessage: 'Email',
|
|
},
|
|
usernameLabel: {
|
|
id: 'auth.sign-up.label.username',
|
|
defaultMessage: 'Username',
|
|
},
|
|
passwordLabel: {
|
|
id: 'auth.sign-up.password.label',
|
|
defaultMessage: 'Password',
|
|
},
|
|
confirmPasswordLabel: {
|
|
id: 'auth.sign-up.confirm-password.label',
|
|
defaultMessage: 'Confirm password',
|
|
},
|
|
subscribeLabel: {
|
|
id: 'auth.sign-up.subscribe.label',
|
|
defaultMessage: 'Subscribe to updates about Modrinth',
|
|
},
|
|
legalDisclaimer: {
|
|
id: 'auth.sign-up.legal-dislaimer',
|
|
defaultMessage:
|
|
"By creating an account, you agree to Modrinth's <terms-link>Terms</terms-link> and <privacy-policy-link>Privacy Policy</privacy-policy-link>.",
|
|
},
|
|
createAccountButton: {
|
|
id: 'auth.sign-up.action.create-account',
|
|
defaultMessage: 'Create account',
|
|
},
|
|
alreadyHaveAccountLabel: {
|
|
id: 'auth.sign-up.sign-in-option.title',
|
|
defaultMessage: 'Already have an account?',
|
|
},
|
|
})
|
|
|
|
useHead({
|
|
title: () => `${formatMessage(messages.title)} - Modrinth`,
|
|
})
|
|
|
|
const auth = await useAuth()
|
|
const route = useNativeRoute()
|
|
|
|
const redirectTarget = route.query.redirect
|
|
|
|
if (auth.value.user) {
|
|
await navigateTo('/dashboard')
|
|
}
|
|
|
|
const captcha = ref()
|
|
|
|
const email = ref('')
|
|
const username = ref('')
|
|
const password = ref('')
|
|
const confirmPassword = ref('')
|
|
const token = ref('')
|
|
const subscribe = ref(false)
|
|
|
|
async function createAccount() {
|
|
startLoading()
|
|
try {
|
|
if (confirmPassword.value !== password.value) {
|
|
addNotification({
|
|
title: formatMessage(commonMessages.errorNotificationTitle),
|
|
text: formatMessage({
|
|
id: 'auth.sign-up.notification.password-mismatch.text',
|
|
defaultMessage: 'Passwords do not match!',
|
|
}),
|
|
type: 'error',
|
|
})
|
|
captcha.value?.reset()
|
|
}
|
|
|
|
const res = await useBaseFetch('auth/create', {
|
|
method: 'POST',
|
|
body: {
|
|
username: username.value,
|
|
password: password.value,
|
|
email: email.value,
|
|
challenge: token.value,
|
|
sign_up_newsletter: subscribe.value,
|
|
},
|
|
})
|
|
|
|
await useAuth(res.session)
|
|
await useUser()
|
|
|
|
if (route.query.launcher) {
|
|
await navigateTo({ path: '/auth/sign-in', query: route.query })
|
|
return
|
|
}
|
|
|
|
if (route.query.redirect) {
|
|
await navigateTo(route.query.redirect)
|
|
} else {
|
|
await navigateTo('/dashboard')
|
|
}
|
|
} catch (err) {
|
|
addNotification({
|
|
title: formatMessage(commonMessages.errorNotificationTitle),
|
|
text: err.data ? err.data.description : err,
|
|
type: 'error',
|
|
})
|
|
captcha.value?.reset()
|
|
}
|
|
stopLoading()
|
|
}
|
|
</script>
|