minor ui improvements and upgraded dependencies

This commit is contained in:
Gani Georgiev
2022-07-14 09:58:53 +03:00
parent d4202e696b
commit 28bc2678e9
22 changed files with 617 additions and 802 deletions
+1 -3
View File
@@ -18,7 +18,6 @@
clearTimeout(refreshTimeoutId);
refreshTimeoutId = setTimeout(() => {
clearTimeout(refreshTimeoutId);
refreshTimeoutId = null;
tooltipData = oldTooltipData;
}, 200);
@@ -45,8 +44,7 @@
transform: rotate(180deg);
}
}
.btn.refreshing i {
animation: refresh 200ms linear infinite;
animation: refresh 200ms linear;
}
</style>