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>
507 lines
15 KiB
Vue
507 lines
15 KiB
Vue
<template>
|
|
<NewModal ref="createNoticeModal">
|
|
<template #title>
|
|
<span class="text-lg font-extrabold text-contrast">{{
|
|
editingNotice ? `Editing notice #${editingNotice?.id}` : 'Creating a notice'
|
|
}}</span>
|
|
</template>
|
|
<div class="flex w-[700px] flex-col gap-3">
|
|
<div class="flex items-center justify-between gap-2">
|
|
<label for="level-selector" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Level </span>
|
|
<span>Determines how the notice should be styled.</span>
|
|
</label>
|
|
<Combobox
|
|
id="level-selector"
|
|
v-model="newNoticeLevel"
|
|
class="max-w-[10rem]"
|
|
:options="levelOptions.map((x) => ({ value: x, label: formatMessage(x.name) }))"
|
|
:display-value="newNoticeLevel ? formatMessage(newNoticeLevel.name) : 'Select level'"
|
|
name="Level"
|
|
/>
|
|
</div>
|
|
<div v-if="!newNoticeSurvey" class="flex flex-col gap-2">
|
|
<label for="notice-title" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Title </span>
|
|
</label>
|
|
<input
|
|
id="notice-title"
|
|
v-model="newNoticeTitle"
|
|
placeholder="E.g. Maintenance"
|
|
type="text"
|
|
autocomplete="off"
|
|
/>
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="notice-message" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast">
|
|
{{ newNoticeSurvey ? 'Survey ID' : 'Message' }}
|
|
<span class="text-brand-red">*</span>
|
|
</span>
|
|
</label>
|
|
<input
|
|
v-if="newNoticeSurvey"
|
|
id="notice-message"
|
|
v-model="newNoticeMessage"
|
|
placeholder="E.g. rXGtq2"
|
|
type="text"
|
|
autocomplete="off"
|
|
/>
|
|
<div v-else class="textarea-wrapper h-32">
|
|
<textarea id="notice-message" v-model="newNoticeMessage" />
|
|
</div>
|
|
</div>
|
|
<div v-if="!newNoticeSurvey" class="flex items-center justify-between gap-2">
|
|
<label for="dismissable-toggle" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Dismissable </span>
|
|
<span>Allow users to dismiss the notice from their panel.</span>
|
|
</label>
|
|
<Toggle id="dismissable-toggle" v-model="newNoticeDismissable" />
|
|
</div>
|
|
<div class="flex items-center justify-between gap-2">
|
|
<label for="scheduled-date" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Announcement date </span>
|
|
<span>Leave blank for notice to be available immediately.</span>
|
|
</label>
|
|
<input
|
|
id="scheduled-date"
|
|
v-model="newNoticeScheduledDate"
|
|
type="datetime-local"
|
|
autocomplete="off"
|
|
/>
|
|
</div>
|
|
<div class="flex items-center justify-between gap-2">
|
|
<label for="expiration-date" class="flex flex-col gap-1">
|
|
<span class="text-lg font-semibold text-contrast"> Expiration date </span>
|
|
<span>The notice will automatically be deleted after this date.</span>
|
|
</label>
|
|
<input
|
|
id="expiration-date"
|
|
v-model="newNoticeExpiresDate"
|
|
type="datetime-local"
|
|
autocomplete="off"
|
|
/>
|
|
</div>
|
|
|
|
<div v-if="!newNoticeSurvey" class="flex flex-col gap-2">
|
|
<span class="text-lg font-semibold text-contrast"> Preview </span>
|
|
<ServerNotice
|
|
:level="newNoticeLevel.id"
|
|
:message="
|
|
!trimmedMessage || trimmedMessage.length < 1
|
|
? 'Type a message to begin previewing it.'
|
|
: trimmedMessage
|
|
"
|
|
:dismissable="newNoticeDismissable"
|
|
:title="trimmedTitle"
|
|
preview
|
|
/>
|
|
</div>
|
|
<div class="flex gap-2">
|
|
<ButtonStyled color="brand">
|
|
<button v-if="editingNotice" :disabled="!!noticeSubmitError" @click="() => saveChanges()">
|
|
<SaveIcon aria-hidden="true" />
|
|
{{ formatMessage(commonMessages.saveChangesButton) }}
|
|
</button>
|
|
<button v-else :disabled="!!noticeSubmitError" @click="() => createNotice()">
|
|
<PlusIcon aria-hidden="true" />
|
|
{{ formatMessage(messages.createNotice) }}
|
|
</button>
|
|
</ButtonStyled>
|
|
<ButtonStyled>
|
|
<button @click="createNoticeModal?.hide">
|
|
<XIcon aria-hidden="true" />
|
|
Cancel
|
|
</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
</div>
|
|
</NewModal>
|
|
<AssignNoticeModal ref="assignNoticeModal" @close="refreshNotices" />
|
|
<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">Servers notices</h1>
|
|
<ButtonStyled color="brand">
|
|
<button @click="openNewNoticeModal">
|
|
<PlusIcon />
|
|
{{ formatMessage(messages.createNotice) }}
|
|
</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
<div>
|
|
<div v-if="!notices || notices.length === 0">
|
|
{{ formatMessage(messages.noNotices) }}
|
|
</div>
|
|
<div
|
|
v-else
|
|
class="grid grid-cols-[auto_auto_auto] gap-4 md:grid-cols-[min-content_auto_auto_auto_auto_min-content]"
|
|
>
|
|
<div class="col-span-full grid grid-cols-subgrid gap-4 px-4 font-bold text-contrast">
|
|
<div>{{ formatMessage(messages.id) }}</div>
|
|
<div>{{ formatMessage(messages.begins) }}</div>
|
|
<div>{{ formatMessage(messages.expires) }}</div>
|
|
<div class="hidden md:block">{{ formatMessage(messages.level) }}</div>
|
|
<div class="hidden md:block">{{ formatMessage(messages.dismissable) }}</div>
|
|
<div class="hidden md:block">{{ formatMessage(messages.actions) }}</div>
|
|
</div>
|
|
<div
|
|
v-for="notice in notices"
|
|
:key="`notice-${notice.id}`"
|
|
class="col-span-full grid grid-cols-subgrid gap-4 rounded-2xl bg-bg-raised p-4"
|
|
>
|
|
<div class="col-span-full grid grid-cols-subgrid items-center gap-4">
|
|
<div>
|
|
<CopyCode :text="`${notice.id}`" />
|
|
</div>
|
|
<div class="text-sm">
|
|
<span v-if="notice.announce_at">
|
|
{{ dayjs(notice.announce_at).format('MMM D, YYYY [at] h:mm A') }}
|
|
({{ formatRelativeTime(notice.announce_at) }})
|
|
</span>
|
|
<template v-else> Never begins </template>
|
|
</div>
|
|
<div class="text-sm">
|
|
<span
|
|
v-if="notice.expires"
|
|
v-tooltip="dayjs(notice.expires).format('MMMM D, YYYY [at] h:mm A')"
|
|
>
|
|
{{ formatRelativeTime(notice.expires) }}
|
|
</span>
|
|
<template v-else> Never expires </template>
|
|
</div>
|
|
<div
|
|
:style="
|
|
NOTICE_LEVELS[notice.level]
|
|
? {
|
|
'--_color': NOTICE_LEVELS[notice.level].colors.text,
|
|
'--_bg-color': NOTICE_LEVELS[notice.level].colors.bg,
|
|
}
|
|
: undefined
|
|
"
|
|
>
|
|
<TagItem>
|
|
{{
|
|
NOTICE_LEVELS[notice.level]
|
|
? formatMessage(NOTICE_LEVELS[notice.level].name)
|
|
: notice.level
|
|
}}
|
|
</TagItem>
|
|
</div>
|
|
<div
|
|
:style="{
|
|
'--_color': notice.dismissable ? 'var(--color-green)' : 'var(--color-red)',
|
|
'--_bg-color': notice.dismissable ? 'var(--color-green-bg)' : 'var(--color-red-bg)',
|
|
}"
|
|
>
|
|
<TagItem>
|
|
{{
|
|
formatMessage(notice.dismissable ? messages.dismissable : messages.undismissable)
|
|
}}
|
|
</TagItem>
|
|
</div>
|
|
<div class="col-span-2 flex gap-2 md:col-span-1">
|
|
<ButtonStyled>
|
|
<button @click="() => startEditing(notice)">
|
|
<EditIcon /> {{ formatMessage(commonMessages.editButton) }}
|
|
</button>
|
|
</ButtonStyled>
|
|
<ButtonStyled color="red">
|
|
<button @click="() => deleteNotice(notice)">
|
|
<TrashIcon /> {{ formatMessage(commonMessages.deleteLabel) }}
|
|
</button>
|
|
</ButtonStyled>
|
|
</div>
|
|
</div>
|
|
<div class="col-span-full grid">
|
|
<ServerNotice
|
|
:level="notice.level"
|
|
:message="notice.message"
|
|
:dismissable="notice.dismissable"
|
|
:title="notice.title"
|
|
preview
|
|
/>
|
|
<div class="mt-4 flex items-center gap-2">
|
|
<span v-if="!notice.assigned || notice.assigned.length === 0"
|
|
>Not assigned to any servers</span
|
|
>
|
|
<span v-else-if="!notice.assigned.some((n) => n.kind === 'server')">
|
|
Assigned to
|
|
{{ notice.assigned.filter((n) => n.kind === 'node').length }} nodes
|
|
</span>
|
|
<span v-else-if="!notice.assigned.some((n) => n.kind === 'node')">
|
|
Assigned to
|
|
{{ notice.assigned.filter((n) => n.kind === 'server').length }}
|
|
servers
|
|
</span>
|
|
<span v-else>
|
|
Assigned to
|
|
{{ notice.assigned.filter((n) => n.kind === 'server').length }}
|
|
servers and
|
|
{{ notice.assigned.filter((n) => n.kind === 'node').length }} nodes
|
|
</span>
|
|
•
|
|
<button
|
|
class="m-0 flex items-center gap-1 border-none bg-transparent p-0 text-blue hover:underline hover:brightness-125 active:scale-95 active:brightness-150"
|
|
@click="() => startEditing(notice, true)"
|
|
>
|
|
<SettingsIcon />
|
|
Edit assignments
|
|
</button>
|
|
<template v-if="notice.dismissed_by.length > 0">
|
|
•
|
|
<span> Dismissed by {{ notice.dismissed_by.length }} servers </span>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
<script setup lang="ts">
|
|
import { EditIcon, PlusIcon, SaveIcon, SettingsIcon, TrashIcon, XIcon } from '@modrinth/assets'
|
|
import {
|
|
ButtonStyled,
|
|
Combobox,
|
|
commonMessages,
|
|
CopyCode,
|
|
injectNotificationManager,
|
|
NewModal,
|
|
ServerNotice,
|
|
TagItem,
|
|
Toggle,
|
|
useRelativeTime,
|
|
} from '@modrinth/ui'
|
|
import { NOTICE_LEVELS } from '@modrinth/ui/src/utils/notices.ts'
|
|
import type { ServerNotice as ServerNoticeType } from '@modrinth/utils'
|
|
import { useVIntl } from '@vintl/vintl'
|
|
import dayjs from 'dayjs'
|
|
import { computed } from 'vue'
|
|
|
|
import AssignNoticeModal from '~/components/ui/servers/notice/AssignNoticeModal.vue'
|
|
import { useServersFetch } from '~/composables/servers/servers-fetch.ts'
|
|
|
|
const { addNotification } = injectNotificationManager()
|
|
const { formatMessage } = useVIntl()
|
|
const formatRelativeTime = useRelativeTime()
|
|
|
|
const notices = ref<ServerNoticeType[]>([])
|
|
const createNoticeModal = ref<InstanceType<typeof NewModal>>()
|
|
const assignNoticeModal = ref<InstanceType<typeof AssignNoticeModal>>()
|
|
|
|
await refreshNotices()
|
|
|
|
async function refreshNotices() {
|
|
await useServersFetch('notices').then((res) => {
|
|
notices.value = res as ServerNoticeType[]
|
|
notices.value.sort((a, b) => {
|
|
const dateDiff = dayjs(b.announce_at).diff(dayjs(a.announce_at))
|
|
if (dateDiff === 0) {
|
|
return b.id - a.id
|
|
}
|
|
|
|
return dateDiff
|
|
})
|
|
})
|
|
}
|
|
|
|
const levelOptions = Object.keys(NOTICE_LEVELS).map((x) => ({
|
|
id: x,
|
|
...NOTICE_LEVELS[x],
|
|
}))
|
|
|
|
const DATE_TIME_FORMAT = 'YYYY-MM-DDTHH:mm'
|
|
|
|
const newNoticeLevel = ref(levelOptions[0])
|
|
const newNoticeDismissable = ref(false)
|
|
const newNoticeMessage = ref('')
|
|
const newNoticeScheduledDate = ref<string>()
|
|
const newNoticeTitle = ref<string>()
|
|
const newNoticeExpiresDate = ref<string>()
|
|
|
|
function openNewNoticeModal() {
|
|
newNoticeLevel.value = levelOptions[0]
|
|
newNoticeDismissable.value = false
|
|
newNoticeMessage.value = ''
|
|
newNoticeScheduledDate.value = undefined
|
|
newNoticeExpiresDate.value = undefined
|
|
editingNotice.value = undefined
|
|
createNoticeModal.value?.show()
|
|
}
|
|
|
|
const editingNotice = ref<undefined | ServerNoticeType>()
|
|
|
|
function startEditing(notice: ServerNoticeType, assignments: boolean = false) {
|
|
newNoticeLevel.value = levelOptions.find((x) => x.id === notice.level) ?? levelOptions[0]
|
|
newNoticeDismissable.value = notice.dismissable
|
|
newNoticeMessage.value = notice.message
|
|
newNoticeTitle.value = notice.title
|
|
newNoticeScheduledDate.value = dayjs(notice.announce_at).format(DATE_TIME_FORMAT)
|
|
newNoticeExpiresDate.value = notice.expires
|
|
? dayjs(notice.expires).format(DATE_TIME_FORMAT)
|
|
: undefined
|
|
editingNotice.value = notice
|
|
if (assignments) {
|
|
assignNoticeModal.value?.show?.(notice)
|
|
} else {
|
|
createNoticeModal.value?.show()
|
|
}
|
|
}
|
|
|
|
async function deleteNotice(notice: ServerNoticeType) {
|
|
await useServersFetch(`notices/${notice.id}`, {
|
|
method: 'DELETE',
|
|
})
|
|
.then(() => {
|
|
addNotification({
|
|
title: `Successfully deleted notice #${notice.id}`,
|
|
type: 'success',
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
addNotification({
|
|
title: 'Error deleting notice',
|
|
text: err,
|
|
type: 'error',
|
|
})
|
|
})
|
|
await refreshNotices()
|
|
}
|
|
|
|
const trimmedMessage = computed(() => newNoticeMessage.value?.trim())
|
|
const trimmedTitle = computed(() => newNoticeTitle.value?.trim())
|
|
const newNoticeSurvey = computed(() => newNoticeLevel.value.id === 'survey')
|
|
|
|
const noticeSubmitError = computed(() => {
|
|
let error: undefined | string
|
|
if (!trimmedMessage.value || trimmedMessage.value.length === 0) {
|
|
error = 'Notice message is required'
|
|
}
|
|
if (!newNoticeLevel.value) {
|
|
error = 'Notice level is required'
|
|
}
|
|
return error
|
|
})
|
|
|
|
function validateSubmission(message: string) {
|
|
if (noticeSubmitError.value) {
|
|
addNotification({
|
|
title: message,
|
|
text: noticeSubmitError.value,
|
|
type: 'error',
|
|
})
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
|
|
async function saveChanges() {
|
|
if (!validateSubmission('Error saving notice')) {
|
|
return
|
|
}
|
|
|
|
await useServersFetch(`notices/${editingNotice.value?.id}`, {
|
|
method: 'PATCH',
|
|
body: {
|
|
message: newNoticeMessage.value,
|
|
title: newNoticeSurvey.value ? undefined : trimmedTitle.value,
|
|
level: newNoticeLevel.value.id,
|
|
dismissable: newNoticeSurvey.value ? true : newNoticeDismissable.value,
|
|
announce_at: newNoticeScheduledDate.value
|
|
? dayjs(newNoticeScheduledDate.value).toISOString()
|
|
: dayjs().toISOString(),
|
|
expires: newNoticeExpiresDate.value
|
|
? dayjs(newNoticeExpiresDate.value).toISOString()
|
|
: undefined,
|
|
},
|
|
}).catch((err) => {
|
|
addNotification({
|
|
title: 'Error saving changes to notice',
|
|
text: err,
|
|
type: 'error',
|
|
})
|
|
})
|
|
await refreshNotices()
|
|
createNoticeModal.value?.hide()
|
|
}
|
|
|
|
async function createNotice() {
|
|
if (!validateSubmission('Error creating notice')) {
|
|
return
|
|
}
|
|
|
|
await useServersFetch('notices', {
|
|
method: 'POST',
|
|
body: {
|
|
message: newNoticeMessage.value,
|
|
title: newNoticeSurvey.value ? undefined : trimmedTitle.value,
|
|
level: newNoticeLevel.value.id,
|
|
dismissable: newNoticeSurvey.value ? true : newNoticeDismissable.value,
|
|
announce_at: newNoticeScheduledDate.value
|
|
? dayjs(newNoticeScheduledDate.value).toISOString()
|
|
: dayjs().toISOString(),
|
|
expires: newNoticeExpiresDate.value
|
|
? dayjs(newNoticeExpiresDate.value).toISOString()
|
|
: undefined,
|
|
},
|
|
}).catch((err) => {
|
|
addNotification({
|
|
title: 'Error creating notice',
|
|
text: err,
|
|
type: 'error',
|
|
})
|
|
})
|
|
await refreshNotices()
|
|
createNoticeModal.value?.hide()
|
|
}
|
|
|
|
const messages = defineMessages({
|
|
createNotice: {
|
|
id: 'servers.notices.create-notice',
|
|
defaultMessage: 'Create notice',
|
|
},
|
|
noNotices: {
|
|
id: 'servers.notices.no-notices',
|
|
defaultMessage: 'No notices',
|
|
},
|
|
dismissable: {
|
|
id: 'servers.notice.dismissable',
|
|
defaultMessage: 'Dismissable',
|
|
},
|
|
undismissable: {
|
|
id: 'servers.notice.undismissable',
|
|
defaultMessage: 'Undismissable',
|
|
},
|
|
id: {
|
|
id: 'servers.notice.id',
|
|
defaultMessage: 'ID',
|
|
},
|
|
begins: {
|
|
id: 'servers.notice.begins',
|
|
defaultMessage: 'Begins',
|
|
},
|
|
expires: {
|
|
id: 'servers.notice.expires',
|
|
defaultMessage: 'Expires',
|
|
},
|
|
actions: {
|
|
id: 'servers.notice.actions',
|
|
defaultMessage: 'Actions',
|
|
},
|
|
level: {
|
|
id: 'servers.notice.level',
|
|
defaultMessage: 'Level',
|
|
},
|
|
})
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
.page {
|
|
padding: 1rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 78.5rem;
|
|
}
|
|
</style>
|