File tree Expand file tree Collapse file tree
src/views/desktop/app/settings/tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <v-card-text class =" d-flex align-end" style =" height : 3rem " >
2020 <span class =" text-body-large" >{{ tt('Used storage') }}</span >
2121 <v-skeleton-loader class =" d-inline-block skeleton-no-margin ms-2 pt-1 pb-1" type =" text" style =" width : 100px " :loading =" true" v-if =" loading" ></v-skeleton-loader >
22- <span class =" text-headline-small ms-2" v-if =" !loading" >{{ fileCacheStatistics ? formatVolumeToLocalizedNumerals(fileCacheStatistics.totalCacheSize, 2) : '-' }}</span >
22+ <span class =" text-title-large ms-2" v-if =" !loading" >{{ fileCacheStatistics ? formatVolumeToLocalizedNumerals(fileCacheStatistics.totalCacheSize, 2) : '-' }}</span >
2323 </v-card-text >
2424
2525 <v-card-text class =" py-0" >
6060 <div class =" d-flex flex-column" >
6161 <span class =" text-body-small" >{{ tt(item.title) }}</span >
6262 <v-skeleton-loader class =" skeleton-no-margin pt-3 pb-2" type =" text" style =" width : 100px " :loading =" true" v-if =" loading" ></v-skeleton-loader >
63- <span class =" text-headline-small " v-if =" !loading" >{{ item.count }}</span >
63+ <span class =" text-title-large " v-if =" !loading" >{{ item.count }}</span >
6464 </div >
6565 </div >
6666 </v-col >
9999 <v-card-text class =" d-flex align-end" style =" height : 3rem " >
100100 <span class =" text-body-large" >{{ tt('Used storage') }}</span >
101101 <v-skeleton-loader class =" d-inline-block skeleton-no-margin ms-2 pt-1 pb-1" type =" text" style =" width : 100px " :loading =" true" v-if =" loading" ></v-skeleton-loader >
102- <span class =" text-headline-small ms-2" v-if =" !loading" >{{ formatVolumeToLocalizedNumerals(exchangeRatesCacheSize ?? 0, 2) }}</span >
102+ <span class =" text-title-large ms-2" v-if =" !loading" >{{ formatVolumeToLocalizedNumerals(exchangeRatesCacheSize ?? 0, 2) }}</span >
103103 </v-card-text >
104104
105105 <v-card-text >
You can’t perform that action at this time.
0 commit comments