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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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