ix: resolve blocking pre-commit failures and restore CI stability

Corrected JSX syntax errors in CrowdSecConfig and ProxyHostForm
Refactored ProxyHostForm to use shadcn Dialog, fixing z-index issues and unclickable modals
Removed duplicate logic blocks causing YAML errors in crowdsec-integration and e2e-tests workflows
Synced .version file with current git tag to satisfy validation checks
This commit is contained in:
GitHub Actions
2026-02-05 18:36:41 +00:00
parent 534da24b12
commit 8f8c58b3bf
12 changed files with 190 additions and 1338 deletions

View File

@@ -69,10 +69,10 @@ export default function RemoteServerForm({ server, onSubmit, onCancel }: Props)
<>
{/* Layer 1: Background overlay (z-40) */}
<div className="fixed inset-0 bg-black/50 z-40" onClick={onCancel} />
{/* Layer 2: Form container (z-50, pointer-events-none) */}
<div className="fixed inset-0 flex items-center justify-center p-4 pointer-events-none z-50">
{/* Layer 3: Form content (pointer-events-auto) */}
<div className="bg-dark-card rounded-lg border border-gray-800 max-w-lg w-full pointer-events-auto">
<div className="p-6 border-b border-gray-800">