- convert folders into teams folders in convert/delete events

- composer update
This commit is contained in:
Čarodej
2021-11-04 10:05:29 +01:00
parent aec5b98313
commit ee86fbbe66
14 changed files with 135 additions and 48 deletions
@@ -36,7 +36,7 @@
created() {
this.isActive = 1
setTimeout(() => (this.isActive = 0), 5000)
setTimeout(() => (this.isActive = 0), 6000)
}
}
</script>
@@ -74,7 +74,7 @@
width: 0;
height: 3px;
display: block;
animation: progressbar 5s linear;
animation: progressbar 6s linear;
}
&.success span {