mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 09:15:04 +02:00
ui : drop catalog description placeholder from details skeleton
The custom model description only renders for catalog models, never for search results, so the loading skeleton should not reserve space for it. Assisted-by: llama-ui:Qwen3.8-Flash-Next
This commit is contained in:
+1
-5
@@ -29,12 +29,8 @@
|
||||
<Skeleton class="h-3.5 w-24" />
|
||||
</div>
|
||||
|
||||
<!-- description + metadata chips -->
|
||||
<!-- metadata chips -->
|
||||
<div class="space-y-3">
|
||||
<Skeleton class="h-4 w-full max-w-2xl" />
|
||||
|
||||
<Skeleton class="h-4 w-2/3 max-w-lg" />
|
||||
|
||||
<div class="flex flex-wrap items-center gap-1.5">
|
||||
<Skeleton class="h-7 w-36 rounded-md" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user