From f07866e337421f70bcdeaede889ce45ce2a42fdc Mon Sep 17 00:00:00 2001
From: abshk
Date: Sat, 26 Jul 2025 17:36:01 +0530
Subject: [PATCH] chore: add key status indicator & responsive adjustments
---
.../layout/settings/apikeys/byok-section.tsx | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/app/components/layout/settings/apikeys/byok-section.tsx b/app/components/layout/settings/apikeys/byok-section.tsx
index 5fb723b2..e21f90c7 100644
--- a/app/components/layout/settings/apikeys/byok-section.tsx
+++ b/app/components/layout/settings/apikeys/byok-section.tsx
@@ -24,7 +24,7 @@ import { toast } from "@/components/ui/toast"
import { fetchClient } from "@/lib/fetch"
import { useModel } from "@/lib/model-store/provider"
import { cn } from "@/lib/utils"
-import { PlusIcon } from "@phosphor-icons/react"
+import { KeyIcon, PlusIcon } from "@phosphor-icons/react"
import { useMutation, useQueryClient } from "@tanstack/react-query"
import { Loader2, Trash2 } from "lucide-react"
import { useState } from "react"
@@ -232,19 +232,24 @@ export function ByokSection() {
Your keys are stored securely with end-to-end encryption.
-
+
{PROVIDERS.map((provider) => (