Improve drive information

This commit is contained in:
syuilo 2018-10-25 11:30:30 +09:00
parent 0206a4ac83
commit 7dde3465e2
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
13 changed files with 192 additions and 61 deletions

View file

@ -3,7 +3,7 @@
<span slot="header">
<template v-if="folder"><span style="margin-right:4px;">%fa:R folder-open%</span>{{ folder.name }}</template>
<template v-if="file"><mk-file-type-icon data-icon :type="file.type" style="margin-right:4px;"/>{{ file.name }}</template>
<template v-if="!folder && !file"><span style="margin-right:4px;">%fa:cloud%</span>%i18n:@drive%</template>
<template v-if="!folder && !file"><span style="margin-right:4px;">%fa:cloud%</span>%i18n:common.drive%</template>
</span>
<template slot="func"><button @click="fn">%fa:ellipsis-h%</button></template>
<mk-drive

View file

@ -80,6 +80,8 @@
</section>
</ui-card>
<mk-drive-settings/>
<ui-card>
<div slot="title">%fa:volume-up% %i18n:@sound%</div>