diff --git a/src/components/providers/ProviderActions.tsx b/src/components/providers/ProviderActions.tsx index 553d57b..0705f38 100644 --- a/src/components/providers/ProviderActions.tsx +++ b/src/components/providers/ProviderActions.tsx @@ -1,4 +1,4 @@ -import { BarChart3, Check, Play, Trash2 } from "lucide-react"; +import { BarChart3, Check, Edit, Play, Trash2 } from "lucide-react"; import { useTranslation } from "react-i18next"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; @@ -28,7 +28,7 @@ export function ProviderActions({ onClick={onSwitch} disabled={isCurrent} className={cn( - "w-[96px]", + "w-20", isCurrent && "text-muted-foreground hover:text-muted-foreground", )} > @@ -45,32 +45,41 @@ export function ProviderActions({ )} - +
+ - + - + +
); } diff --git a/src/components/providers/ProviderCard.tsx b/src/components/providers/ProviderCard.tsx index 188370c..d9f7ff0 100644 --- a/src/components/providers/ProviderCard.tsx +++ b/src/components/providers/ProviderCard.tsx @@ -96,7 +96,7 @@ export function ProviderCard({ "cursor-grabbing border-primary/60 shadow-lg", )} > -
+
)}