Use other string diff algorithm and optimize logs page

This commit is contained in:
thiloho
2024-10-05 21:15:26 +02:00
parent 5ebd40966c
commit b53f4c4859
9 changed files with 160 additions and 71 deletions

View File

@@ -25,7 +25,7 @@
margin-inline-start: -2rem;
border-radius: 50%;
border: var(--border-primary);
border-width: 0.125rem;
border-width: 0.25rem;
border-block-start-color: var(--color-accent);
animation: spinner 500ms linear infinite;
}

View File

@@ -152,7 +152,7 @@ export const md = (markdownContent: string, showToc = true) => {
return html;
};
export const LOADING_DELAY = 500;
export const LOADING_DELAY = 250;
let loadingDelay: number;
export const enhanceForm = (options?: {