summaryrefslogtreecommitdiff
path: root/src/client/components/drive.file.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-19 00:24:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-19 00:24:07 +0900
commit3f71b1463719bee476d39b7ceca5a2eea4b5cb67 (patch)
tree70003fc0a220785526289fd5b46d8c708a59c21d /src/client/components/drive.file.vue
parentfix(client): プラグインの動作を修正 (diff)
downloadsharkey-3f71b1463719bee476d39b7ceca5a2eea4b5cb67.tar.gz
sharkey-3f71b1463719bee476d39b7ceca5a2eea4b5cb67.tar.bz2
sharkey-3f71b1463719bee476d39b7ceca5a2eea4b5cb67.zip
feat: Blurhash integration
Resolve #6559
Diffstat (limited to 'src/client/components/drive.file.vue')
-rw-r--r--src/client/components/drive.file.vue12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/client/components/drive.file.vue b/src/client/components/drive.file.vue
index 1b24c61df5..b31a4e6375 100644
--- a/src/client/components/drive.file.vue
+++ b/src/client/components/drive.file.vue
@@ -126,17 +126,6 @@ export default Vue.extend({
this.browser.isDragSource = false;
},
- onThumbnailLoaded() {
- if (this.file.properties.avgColor) {
- anime({
- targets: this.$refs.thumbnail,
- backgroundColor: 'transparent', // TODO fade
- duration: 100,
- easing: 'linear'
- });
- }
- },
-
rename() {
this.$root.dialog({
title: this.$t('renameFile'),
@@ -332,7 +321,6 @@ export default Vue.extend({
width: 128px;
height: 128px;
margin: auto;
- color: var(--driveFileIcon);
}
> .name {