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:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user