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

@@ -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?: {