From 30558435c54a18d32c30f1b490ad509d0ed5ff1b Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sun, 15 Feb 2026 21:35:02 +1300 Subject: [PATCH] feat: add 3D capability badges to ModelSearchDialog Add text-to-3d and image-to-3d capability badge styling. Co-Authored-By: Claude Opus 4.6 --- src/components/modals/ModelSearchDialog.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/modals/ModelSearchDialog.tsx b/src/components/modals/ModelSearchDialog.tsx index cddae617..89307462 100644 --- a/src/components/modals/ModelSearchDialog.tsx +++ b/src/components/modals/ModelSearchDialog.tsx @@ -486,6 +486,14 @@ export function ModelSearchDialog({ color = "bg-pink-500/20 text-pink-300"; label = "img→vid"; break; + case "text-to-3d": + color = "bg-orange-500/20 text-orange-300"; + label = "txt→3d"; + break; + case "image-to-3d": + color = "bg-amber-500/20 text-amber-300"; + label = "img→3d"; + break; } if (label) {