- The switch button in archived plans is now hidden

- updated readme.md
- Fixed upload progressbar in mobile version
- Added Viet Nam language into the language editor
This commit is contained in:
Čarodej
2022-04-21 09:11:57 +02:00
parent ca76463fab
commit 64b0dff8fb
7 changed files with 95 additions and 73 deletions

View File

@@ -21,7 +21,7 @@
</div>
<!--Upload Progressbar-->
<UploadProgress class="pt-3" />
<UploadProgress class="pt-3 pl-4" />
</div>
</template>

View File

@@ -791,7 +791,11 @@ export default {
value: 'vi',
label: 'Vielabele',
},
{
{
value: 'vn',
label: 'Viet Nam',
},
{
value: 'vo',
label: 'Volapük',
},

View File

@@ -88,7 +88,9 @@
class="whitespace-nowrap border-b border-dashed border-light dark:border-opacity-5"
>
<td class="py-5 pr-3 md:pr-1">
<span v-if="row.data.attributes.status === 'archived'" class="ml-6 text-gray-300">-</span>
<SwitchInput
v-if="row.data.attributes.status === 'active'"
@input="
$updateInput(
`/subscriptions/admin/plans/${row.data.id}`,