From 5b73c3149296396f2d41341360080c299fadbe36 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 3 Jan 2026 17:22:20 -0300 Subject: [PATCH] Fix settings modals - prevent multiple popups from opening - Added closeAllModals() function to close all open modals before opening a new one - Added event.stopPropagation() to modal trigger buttons - Added click-outside-to-close behavior for modals - Added Escape key handler to close modals - Prevented click events inside modal-content from bubbling up --- ui/suite/settings/index.html | 48 ++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/ui/suite/settings/index.html b/ui/suite/settings/index.html index c2e2f3e..a1f4f13 100644 --- a/ui/suite/settings/index.html +++ b/ui/suite/settings/index.html @@ -246,7 +246,8 @@ @@ -661,7 +662,7 @@

API Keys

-

Once you delete your account, there is no going back. Please be certain.

-
@@ -873,7 +874,7 @@

Payment Method

-
@@ -1935,6 +1936,43 @@