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>
276 lines
7.5 KiB
Vue
276 lines
7.5 KiB
Vue
<template>
|
|
<div class="page experimental-styles-within">
|
|
<div
|
|
class="mb-6 flex items-end justify-between border-0 border-b border-solid border-divider pb-4"
|
|
>
|
|
<h1 class="m-0 text-2xl">Server nodes</h1>
|
|
<ButtonStyled color="brand">
|
|
<button @click="openBatchModal"><PlusIcon /> Batch credit</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
<div>don't worry there's not supposed to be anything here</div>
|
|
|
|
<NewModal ref="batchModal">
|
|
<template #title>
|
|
<span class="text-lg font-extrabold text-contrast">Batch credit</span>
|
|
</template>
|
|
<div class="flex w-[720px] max-w-[90vw] flex-col gap-6">
|
|
<div class="flex flex-col gap-2">
|
|
<label class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Type </span>
|
|
<span>Select target to credit.</span>
|
|
</label>
|
|
<Combobox
|
|
v-model="mode"
|
|
:options="modeOptions"
|
|
placeholder="Select type"
|
|
class="max-w-[8rem]"
|
|
/>
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="days" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Days to credit </span>
|
|
</label>
|
|
<input
|
|
id="days"
|
|
v-model.number="days"
|
|
class="w-32"
|
|
type="number"
|
|
min="1"
|
|
autocomplete="off"
|
|
/>
|
|
</div>
|
|
|
|
<div v-if="mode === 'nodes'" class="flex flex-col gap-3">
|
|
<div class="flex flex-col gap-2">
|
|
<label for="node-input" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Node hostnames </span>
|
|
</label>
|
|
<div class="flex items-center gap-2">
|
|
<input
|
|
id="node-input"
|
|
v-model="nodeInput"
|
|
class="w-32"
|
|
type="text"
|
|
autocomplete="off"
|
|
/>
|
|
<ButtonStyled color="blue" color-fill="text">
|
|
<button class="shrink-0" @click="addNode">
|
|
<PlusIcon />
|
|
Add
|
|
</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
<div v-if="selectedNodes.length" class="mt-1 flex flex-wrap gap-2">
|
|
<TagItem v-for="h in selectedNodes" :key="`node-${h}`" :action="() => removeNode(h)">
|
|
<XIcon />
|
|
{{ h }}
|
|
</TagItem>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div v-else class="flex flex-col gap-3">
|
|
<div class="flex flex-col gap-2">
|
|
<label for="region-select" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Region </span>
|
|
<span>This will credit all active servers in the region.</span>
|
|
</label>
|
|
<Combobox
|
|
v-model="selectedRegion"
|
|
:options="regions"
|
|
placeholder="Select region"
|
|
class="max-w-[24rem]"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="between flex items-center gap-4">
|
|
<label for="send-email-nodes" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Send email </span>
|
|
</label>
|
|
<Toggle id="send-email-nodes" v-model="sendEmail" />
|
|
</div>
|
|
|
|
<div v-if="sendEmail" class="flex flex-col gap-2">
|
|
<label for="message-region" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Customize Email </span>
|
|
<span>
|
|
Unless a particularly bad or out of the ordinary event happened, keep this to the
|
|
default
|
|
</span>
|
|
</label>
|
|
<div class="text-muted rounded-lg border border-divider bg-button-bg p-4">
|
|
<p>Hi {user.name},</p>
|
|
<div class="textarea-wrapper">
|
|
<textarea
|
|
id="message-region"
|
|
v-model="message"
|
|
rows="3"
|
|
class="w-full overflow-hidden"
|
|
/>
|
|
</div>
|
|
<p>
|
|
To make up for it, we've added {{ days }} day{{ pluralize(days) }} to your Modrinth
|
|
Servers subscription.
|
|
</p>
|
|
<p>
|
|
Your next charge was scheduled for {credit.previous_due} and will now be on
|
|
{credit.next_due}.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex gap-2">
|
|
<ButtonStyled color="brand">
|
|
<button :disabled="applyDisabled" @click="apply">
|
|
<CheckIcon aria-hidden="true" />
|
|
Apply credits
|
|
</button>
|
|
</ButtonStyled>
|
|
<ButtonStyled>
|
|
<button @click="batchModal?.hide?.()">
|
|
<XIcon aria-hidden="true" />
|
|
Cancel
|
|
</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
</div>
|
|
</NewModal>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { CheckIcon, PlusIcon, XIcon } from '@modrinth/assets'
|
|
import {
|
|
ButtonStyled,
|
|
Combobox,
|
|
injectNotificationManager,
|
|
NewModal,
|
|
TagItem,
|
|
Toggle,
|
|
} from '@modrinth/ui'
|
|
import { DEFAULT_CREDIT_EMAIL_MESSAGE } from '@modrinth/utils/utils.ts'
|
|
import { computed, ref } from 'vue'
|
|
|
|
import { useBaseFetch } from '#imports'
|
|
import { useServersFetch } from '~/composables/servers/servers-fetch.ts'
|
|
|
|
const { addNotification } = injectNotificationManager()
|
|
|
|
const batchModal = ref<InstanceType<typeof NewModal>>()
|
|
|
|
const days = ref(1)
|
|
const sendEmail = ref(true)
|
|
const message = ref('')
|
|
|
|
const modeOptions = [
|
|
{ value: 'nodes', label: 'Nodes' },
|
|
{ value: 'region', label: 'Region' },
|
|
]
|
|
const mode = ref<string>('nodes')
|
|
|
|
const nodeInput = ref('')
|
|
const selectedNodes = ref<string[]>([])
|
|
|
|
type RegionOpt = { value: string; label: string }
|
|
const regions = ref<RegionOpt[]>([])
|
|
const selectedRegion = ref<string | null>(null)
|
|
const nodeHostnames = ref<string[]>([])
|
|
|
|
function openBatchModal() {
|
|
void ensureOverview()
|
|
|
|
message.value = DEFAULT_CREDIT_EMAIL_MESSAGE
|
|
batchModal.value?.show()
|
|
}
|
|
|
|
function addNode() {
|
|
const v = nodeInput.value.trim()
|
|
if (!v) return
|
|
if (!nodeHostnames.value.includes(v)) {
|
|
addNotification({
|
|
title: 'Unknown node',
|
|
text: "This hostname doesn't exist",
|
|
type: 'error',
|
|
})
|
|
return
|
|
}
|
|
if (!selectedNodes.value.includes(v)) selectedNodes.value.push(v)
|
|
nodeInput.value = ''
|
|
}
|
|
|
|
function removeNode(v: string) {
|
|
selectedNodes.value = selectedNodes.value.filter((x) => x !== v)
|
|
}
|
|
|
|
const applyDisabled = computed(() => {
|
|
if (days.value < 1) return true
|
|
if (mode.value === 'nodes') return selectedNodes.value.length === 0
|
|
return !selectedRegion.value
|
|
})
|
|
|
|
async function ensureOverview() {
|
|
if (regions.value.length || nodeHostnames.value.length) return
|
|
try {
|
|
const data = await useServersFetch<any>('/nodes/overview', { version: 'internal' })
|
|
regions.value = (data.regions || []).map((r: any) => ({
|
|
value: r.key,
|
|
label: `${r.display_name} (${r.key})`,
|
|
}))
|
|
nodeHostnames.value = data.node_hostnames || []
|
|
if (!selectedRegion.value && regions.value.length) selectedRegion.value = regions.value[0].value
|
|
} catch (err) {
|
|
addNotification({ title: 'Failed to load nodes overview', text: String(err), type: 'error' })
|
|
}
|
|
}
|
|
|
|
async function apply() {
|
|
try {
|
|
const body =
|
|
mode.value === 'nodes'
|
|
? {
|
|
nodes: selectedNodes.value.slice(),
|
|
days: Math.max(1, Math.floor(days.value)),
|
|
send_email: sendEmail.value,
|
|
message: message.value?.trim() || DEFAULT_CREDIT_EMAIL_MESSAGE,
|
|
}
|
|
: {
|
|
region: selectedRegion.value!,
|
|
days: Math.max(1, Math.floor(days.value)),
|
|
send_email: sendEmail.value,
|
|
message: message.value?.trim() || DEFAULT_CREDIT_EMAIL_MESSAGE,
|
|
}
|
|
await useBaseFetch('billing/credit', {
|
|
method: 'POST',
|
|
body: JSON.stringify(body),
|
|
internal: true,
|
|
})
|
|
addNotification({ title: 'Credits applied', type: 'success' })
|
|
batchModal.value?.hide()
|
|
selectedNodes.value = []
|
|
nodeInput.value = ''
|
|
message.value = ''
|
|
} catch (err: any) {
|
|
addNotification({
|
|
title: 'Error applying credits',
|
|
text: err?.data?.description ?? String(err),
|
|
type: 'error',
|
|
})
|
|
}
|
|
}
|
|
|
|
function pluralize(n: number): string {
|
|
return n === 1 ? '' : 's'
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
.page {
|
|
padding: 1rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 56rem;
|
|
}
|
|
</style>
|