You've already forked AstralRinth
forked from didirus/AstralRinth
Project versions hot fixes (#4928)
* Fix everyone seeing managing gallery/version has moved alert * fix loader picker disappear
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<Chips
|
<Chips
|
||||||
v-model="loaderGroup"
|
v-model="loaderGroup"
|
||||||
:items="groupLabels"
|
:items="groupLabels"
|
||||||
:never-empty="false"
|
:never-empty="true"
|
||||||
:capitalize="true"
|
:capitalize="true"
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -195,7 +195,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Admonition v-if="!hideGalleryAdmonition" type="info" class="mb-4">
|
<Admonition v-if="!hideGalleryAdmonition && currentMember" type="info" class="mb-4">
|
||||||
Managing gallery has moved! You can now add and edit gallery images in the
|
Managing gallery has moved! You can now add and edit gallery images in the
|
||||||
<NuxtLink to="settings/gallery" class="font-medium text-blue hover:underline"
|
<NuxtLink to="settings/gallery" class="font-medium text-blue hover:underline"
|
||||||
>project settings</NuxtLink
|
>project settings</NuxtLink
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
project.slug ? project.slug : project.id
|
project.slug ? project.slug : project.id
|
||||||
}/version/${encodeURI(version.displayUrlEnding)}`
|
}/version/${encodeURI(version.displayUrlEnding)}`
|
||||||
"
|
"
|
||||||
:open-modal="openModal"
|
:open-modal="currentMember ? openModal : undefined"
|
||||||
>
|
>
|
||||||
<template #actions="{ version }">
|
<template #actions="{ version }">
|
||||||
<ButtonStyled circular type="transparent">
|
<ButtonStyled circular type="transparent">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="experimental-styles-within overflow-visible">
|
<section class="experimental-styles-within overflow-visible">
|
||||||
<Admonition v-if="!hideVersionsAdmonition" type="info" class="mb-4">
|
<Admonition v-if="!hideVersionsAdmonition && currentMember" type="info" class="mb-4">
|
||||||
Managing project versions has moved! You can now add and edit versions in the
|
Managing project versions has moved! You can now add and edit versions in the
|
||||||
<NuxtLink to="settings/versions" class="font-medium text-blue hover:underline"
|
<NuxtLink to="settings/versions" class="font-medium text-blue hover:underline"
|
||||||
>project settings</NuxtLink
|
>project settings</NuxtLink
|
||||||
|
|||||||
Reference in New Issue
Block a user