From 4ef37df8bd47325023e7d97f8a01850de8c3358e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 20 Nov 2025 16:01:33 -0700 Subject: [PATCH] Use skeleton instead of icon --- web/src/views/classification/ModelSelectionView.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/views/classification/ModelSelectionView.tsx b/web/src/views/classification/ModelSelectionView.tsx index b84071f25..0c1cfa1e6 100644 --- a/web/src/views/classification/ModelSelectionView.tsx +++ b/web/src/views/classification/ModelSelectionView.tsx @@ -39,6 +39,7 @@ import { AlertDialogTitle, } from "@/components/ui/alert-dialog"; import BlurredIconButton from "@/components/button/BlurredIconButton"; +import { Skeleton } from "@/components/ui/skeleton"; const allModelTypes = ["objects", "states"] as const; type ModelType = (typeof allModelTypes)[number]; @@ -332,9 +333,7 @@ function ModelCard({ config, onClick, onUpdate, onDelete }: ModelCardProps) { ) : ( -
- -
+ )}
{config.name}