mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-12 01:20:48 +02:00
initial v0.8 pre-release
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user