mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 17:57:34 +08:00
style: Update storage card to include Rclone configuration dialog and improve UI consistency
This commit is contained in:
@@ -59,7 +59,6 @@ onMounted(() => {
|
||||
<VProgressLinear :model-value="usedPercent" color="primary" />
|
||||
</p>
|
||||
</VCardText>
|
||||
|
||||
<!-- Trophy -->
|
||||
<VImg :src="trophy" class="trophy" />
|
||||
</VCard>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user