parent
705d40ab37
commit
3f71b14637
22 changed files with 249 additions and 214 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue