1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 15:34:03 +02:00
This commit is contained in:
syuilo
2020-08-22 09:12:15 +09:00
parent 182c291e33
commit d9a5633e48
51 changed files with 58 additions and 115 deletions

View File

@@ -1,13 +1,13 @@
<template>
<div class="full">
<portal to="header">
<teleport to="#_teleport_header">
<button @click="menu" class="_button _jmoebdiw_">
<fa :icon="faCloud" style="margin-right: 8px;"/>
<span v-if="folder">{{ $t('drive') }} ({{ folder.name }})</span>
<span v-else>{{ $t('drive') }}</span>
<fa :icon="menuOpened ? faAngleUp : faAngleDown" style="margin-left: 8px;"/>
</button>
</portal>
</teleport>
<x-drive ref="drive" @cd="x => folder = x"/>
</div>
</template>