From a542141d42b435bb6997826d33132753f400a95d Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 3 Jan 2026 18:34:37 -0300 Subject: [PATCH] Replace dialog elements with divs to fix modal auto-open issue - Converted all dialog elements to regular divs - Using CSS class 'open' instead of native dialog open attribute - Added openModal() and closeModal() functions - Simplified modal CSS and JavaScript - Modals now fully controlled via class toggle --- ui/suite/settings/index.html | 129 +++++++++++++---------------------- 1 file changed, 49 insertions(+), 80 deletions(-) diff --git a/ui/suite/settings/index.html b/ui/suite/settings/index.html index 16c286a..bd11d35 100644 --- a/ui/suite/settings/index.html +++ b/ui/suite/settings/index.html @@ -246,7 +246,7 @@ @@ -662,7 +662,7 @@

API Keys

-

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

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

Payment Method

-
@@ -941,11 +941,11 @@
- + +
- + - + - + - + - + - + - + +