diff --git a/web/src/lib/components/knowledge/WikiCleanup.svelte b/web/src/lib/components/knowledge/WikiCleanup.svelte index 90287f9..04909e5 100644 --- a/web/src/lib/components/knowledge/WikiCleanup.svelte +++ b/web/src/lib/components/knowledge/WikiCleanup.svelte @@ -28,7 +28,7 @@ import { Button } from '$lib/components/ui/button' import { Input } from '$lib/components/ui/input' import { Badge } from '$lib/components/ui/badge' - import Spinner from '$lib/components/Spinner.svelte' + import { Skeleton } from '$lib/components/ui/skeleton' import { toast } from 'svelte-sonner' import { kindMeta } from './kinds' import { relativeTime } from '$lib/utils' @@ -89,7 +89,7 @@ mergeSources = sources } catch (e) { duplicatesError = errMsg(e) - clusters = [] // stop the spinner — the error message above explains the empty state + clusters = [] // clear the loading skeleton — the error message above explains the empty state } } @@ -289,7 +289,23 @@
{/if} {#if clusters === null} -No likely duplicates found.
{:else} @@ -412,7 +428,31 @@ {/if} {#if tags === null} -| Tag | +Uses | +Variants | ++ | |
|---|---|---|---|---|
|
+ |
+ + | |||