diff --git a/frontend-modern/DESIGN_SYSTEM.md b/frontend-modern/DESIGN_SYSTEM.md index 612903b31..05efef1a3 100644 --- a/frontend-modern/DESIGN_SYSTEM.md +++ b/frontend-modern/DESIGN_SYSTEM.md @@ -13,6 +13,7 @@ This document outlines the standard UI primitives, tokens, and components that c - `npm run lint:theme` is a hard gate for theme governance across the whole frontend (`src/**` + `index.html`). - `npm run lint:headers` audits header composition and page-level header usage policy. - Routed surfaces must use shared header primitives (`PageHeader`, `SectionHeader`, `SettingsPanel`, `OperationsPanel`) instead of raw `
{state.backupOrphanedPresentation.ignoreVmidsDescription}
diff --git a/frontend-modern/src/components/Alerts/WebhookConfigForm.tsx b/frontend-modern/src/components/Alerts/WebhookConfigForm.tsx index 7e6e86ae0..9caeb096d 100644 --- a/frontend-modern/src/components/Alerts/WebhookConfigForm.tsx +++ b/frontend-modern/src/components/Alerts/WebhookConfigForm.tsx @@ -80,7 +80,7 @@ export function WebhookConfigForm(props: WebhookConfigFormProps) {