style: Update storage card to include Rclone configuration dialog and improve UI consistency

This commit is contained in:
jxxghp
2024-08-16 11:31:04 +08:00
parent 78e0e7dba1
commit dd9663451e
4 changed files with 93 additions and 8 deletions

View File

@@ -59,7 +59,6 @@ onMounted(() => {
<VProgressLinear :model-value="usedPercent" color="primary" />
</p>
</VCardText>
<!-- Trophy -->
<VImg :src="trophy" class="trophy" />
</VCard>

View File

@@ -128,7 +128,7 @@ onMounted(() => {
:component-data="{ 'class': 'grid gap-3 grid-app-card' }"
>
<template #item="{ element }">
<StorageCard :storage="element" />
<StorageCard :storage="element" @done="loadStorages" />
</template>
</draggable>
</VCardText>