[Client] Some performance optimizations

This commit is contained in:
syuilo
2018-11-13 22:43:09 +09:00
parent e58a6593c0
commit 54710f17fc
12 changed files with 189 additions and 67 deletions

View File

@@ -31,7 +31,7 @@
<span class="created-at" @click="showCreatedAt"><fa :icon="['far', 'clock']"/><mk-time :time="file.createdAt"/></span>
<template v-if="file.isSensitive">
<span class="separator"></span>
<span class="nsfw"><fa icon="eye-slash"/> {{ $t('nsfw') }}</span>
<span class="nsfw"><fa :icon="['far', 'eye-slash']"/> {{ $t('nsfw') }}</span>
</template>
</div>
</div>