mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Use other string diff algorithm and optimize logs page
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
let loadingDelay: number;
|
||||
|
||||
$effect(() => {
|
||||
if ($navigating && ["link", "goto"].includes($navigating.type)) {
|
||||
if ($navigating) {
|
||||
loadingDelay = window.setTimeout(() => (loading = true), LOADING_DELAY);
|
||||
} else {
|
||||
window.clearTimeout(loadingDelay);
|
||||
|
||||
Reference in New Issue
Block a user