initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21574 additions and 13597 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
refreshTimeoutId = setTimeout(() => {
refreshTimeoutId = null;
tooltipData = oldTooltipData;
}, 200);
}, 150);
}
onMount(() => {
@@ -45,6 +45,6 @@
}
}
.btn.refreshing i {
animation: refresh 200ms ease-out;
animation: refresh 150ms ease-out;
}
</style>