From 90eee27ba7d9408ff45681cf1d51949604695a30 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Tue, 4 Nov 2025 04:35:03 -0300 Subject: [PATCH] feat: enhance alert configuration modal with improved user interface and functionality - Updated the AlertConfigModal component to provide a more interactive and user-friendly experience for configuring alerts. - Added options for selecting metrics and conditions, along with a preview of the alert configuration. - Improved form handling for creating and editing alerts, including better state management and error handling. - Enhanced the display of configured alerts with clear status indicators and action buttons for editing and deleting alerts. --- .../lib/components/ti/AlertConfigModal.svelte | 766 +++++++++--------- 1 file changed, 383 insertions(+), 383 deletions(-) diff --git a/apps/web/src/lib/components/ti/AlertConfigModal.svelte b/apps/web/src/lib/components/ti/AlertConfigModal.svelte index f4ae50c..da4cb68 100644 --- a/apps/web/src/lib/components/ti/AlertConfigModal.svelte +++ b/apps/web/src/lib/components/ti/AlertConfigModal.svelte @@ -1,383 +1,383 @@ - - - - - - - - - + + + + + + + + +