diff --git a/ui/components/add-model-form.tsx b/ui/components/add-model-form.tsx index fc06fd36..7a74f693 100644 --- a/ui/components/add-model-form.tsx +++ b/ui/components/add-model-form.tsx @@ -86,7 +86,7 @@ export function AddModelForm({ return ( - + diff --git a/ui/components/add-provider-model-dialog.tsx b/ui/components/add-provider-model-dialog.tsx index ddb0a210..f3d37abd 100644 --- a/ui/components/add-provider-model-dialog.tsx +++ b/ui/components/add-provider-model-dialog.tsx @@ -438,7 +438,7 @@ export function AddProviderModelDialog({ return ( !open && onClose()}> - + diff --git a/ui/components/collect-models-dialog.tsx b/ui/components/collect-models-dialog.tsx index 57824f78..93539cf0 100644 --- a/ui/components/collect-models-dialog.tsx +++ b/ui/components/collect-models-dialog.tsx @@ -177,7 +177,7 @@ export function CollectModelsDialog({ return ( - + diff --git a/ui/components/cost-calculator-dialog.tsx b/ui/components/cost-calculator-dialog.tsx index df25da0a..9d83d538 100644 --- a/ui/components/cost-calculator-dialog.tsx +++ b/ui/components/cost-calculator-dialog.tsx @@ -25,7 +25,7 @@ export function CostCalculatorDialog({ }: CostCalculatorDialogProps) { return ( - + diff --git a/ui/components/edit-group-form.tsx b/ui/components/edit-group-form.tsx index fb4b1323..07e30d75 100644 --- a/ui/components/edit-group-form.tsx +++ b/ui/components/edit-group-form.tsx @@ -100,7 +100,7 @@ export function EditGroupForm({ return ( - + diff --git a/ui/components/provider-card.tsx b/ui/components/provider-card.tsx index b48dc64b..851dda85 100644 --- a/ui/components/provider-card.tsx +++ b/ui/components/provider-card.tsx @@ -213,7 +213,7 @@ export function ProviderCard({ - + {provider.api_key diff --git a/ui/components/providers/ProviderBalance.tsx b/ui/components/providers/ProviderBalance.tsx index 2ebb3966..c6741a2c 100644 --- a/ui/components/providers/ProviderBalance.tsx +++ b/ui/components/providers/ProviderBalance.tsx @@ -112,7 +112,7 @@ export function ProviderBalance({ - + Top Up Balance diff --git a/ui/components/providers/RoutstrProviderCard.tsx b/ui/components/providers/RoutstrProviderCard.tsx index 5fd29374..f2208dcf 100644 --- a/ui/components/providers/RoutstrProviderCard.tsx +++ b/ui/components/providers/RoutstrProviderCard.tsx @@ -239,7 +239,7 @@ export function RoutstrProviderCard({ - + {hasApiKey ? 'Create New Key on Upstream Node' : 'Create API Key'} diff --git a/ui/components/top-models-usage-chart.tsx b/ui/components/top-models-usage-chart.tsx index f6a64110..addc722d 100644 --- a/ui/components/top-models-usage-chart.tsx +++ b/ui/components/top-models-usage-chart.tsx @@ -626,7 +626,7 @@ export function TopModelsUsageChart({ className={cn( 'aspect-auto w-full', isFullscreen - ? 'h-[calc(100vh-220px)] min-h-[340px] sm:h-[calc(100vh-260px)] sm:min-h-[420px]' + ? 'h-[calc(100dvh-220px)] min-h-[340px] sm:h-[calc(100dvh-260px)] sm:min-h-[420px]' : 'h-[260px] sm:h-[340px]' )} onMouseLeave={() => { diff --git a/ui/components/ui/dialog.tsx b/ui/components/ui/dialog.tsx index b0b16875..3218edd4 100644 --- a/ui/components/ui/dialog.tsx +++ b/ui/components/ui/dialog.tsx @@ -130,7 +130,7 @@ function DialogContent({ )} diff --git a/ui/components/ui/drawer.tsx b/ui/components/ui/drawer.tsx index 5f22839c..2f224175 100644 --- a/ui/components/ui/drawer.tsx +++ b/ui/components/ui/drawer.tsx @@ -56,7 +56,7 @@ function DrawerContent({