chore: e3e triage

This commit is contained in:
GitHub Actions
2026-02-05 11:00:56 +00:00
parent 9d6c89e82f
commit 21b52959f5
20 changed files with 27635 additions and 83 deletions
+7 -2
View File
@@ -512,9 +512,14 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor
return (
<div className="fixed inset-0 bg-black/50 flex items-center justify-center p-4 z-50">
<div className="bg-dark-card rounded-lg border border-gray-800 max-w-2xl w-full max-h-[90vh] overflow-y-auto">
<div
className="bg-dark-card rounded-lg border border-gray-800 max-w-2xl w-full max-h-[90vh] overflow-y-auto"
role="dialog"
aria-modal="true"
aria-labelledby="proxy-host-form-title"
>
<div className="p-6 border-b border-gray-800">
<h2 className="text-2xl font-bold text-white">
<h2 id="proxy-host-form-title" className="text-2xl font-bold text-white">
{host ? 'Edit Proxy Host' : 'Add Proxy Host'}
</h2>
</div>