diff --git a/ui/src/components/copilot/copilot-config-form.tsx b/ui/src/components/copilot/copilot-config-form.tsx index cb9a37e3..1df9a38d 100644 --- a/ui/src/components/copilot/copilot-config-form.tsx +++ b/ui/src/components/copilot/copilot-config-form.tsx @@ -3,8 +3,8 @@ * * Form for configuring GitHub Copilot integration settings. * Split-view layout matching CLIProxy provider editor: - * - Left: Friendly UI with model mapping selectors - * - Right: Raw JSON editor for copilot.settings.json + * - Left (50%): Friendly UI with model mapping selectors + * - Right (50%): Raw JSON editor for copilot.settings.json */ import { useState, useMemo, useCallback, lazy, Suspense } from 'react'; @@ -637,8 +637,8 @@ export function CopilotConfigForm() { - {/* Split Layout (40% Left / 60% Right) */} -
+ {/* Split Layout (50% Left / 50% Right) */} +
{/* Left Column: Friendly UI */}
{renderFriendlyUI()}
diff --git a/ui/src/pages/copilot.tsx b/ui/src/pages/copilot.tsx index 57c81ad2..fd9eef3c 100644 --- a/ui/src/pages/copilot.tsx +++ b/ui/src/pages/copilot.tsx @@ -113,7 +113,7 @@ export function CopilotPage() { return (
{/* Left Sidebar - Status Overview */} -
+
{/* Header */}
@@ -229,7 +229,7 @@ export function CopilotPage() {
Model - + {status?.model ?? 'N/A'}