From 50de4ea68c53bab6dfd530752b7fd6e81f29c33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 23 Apr 2026 11:32:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BC=D0=B0=D1=82=D1=80=D0=B8=D1=86=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=BD=D0=B3=D0=B0=20=D0=B2=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=B1=D0=B0=D0=B7=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin_db_index.html | 146 ++++++++++++++++++++++++++++++++-- 1 file changed, 140 insertions(+), 6 deletions(-) diff --git a/templates/admin_db_index.html b/templates/admin_db_index.html index f6eacf7..b63debb 100644 --- a/templates/admin_db_index.html +++ b/templates/admin_db_index.html @@ -128,6 +128,60 @@ font-size: 13px; line-height: 1.5; } + + .action-form.is-loading .action-btn { + opacity: 0.75; + pointer-events: none; + } + + .matrix-loader { + position: fixed; + inset: 0; + display: none; + align-items: center; + justify-content: center; + background: rgba(3, 8, 15, 0.94); + z-index: 9999; + overflow: hidden; + } + + .matrix-loader.active { + display: flex; + } + + .matrix-canvas { + position: absolute; + inset: 0; + width: 100%; + height: 100%; + } + + .matrix-content { + position: relative; + z-index: 1; + width: min(90vw, 560px); + padding: 28px 24px; + border-radius: 18px; + border: 1px solid rgba(79, 140, 255, 0.35); + background: rgba(12, 17, 26, 0.88); + box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45); + text-align: center; + backdrop-filter: blur(6px); + } + + .matrix-title { + font-size: 28px; + font-weight: 700; + color: #f4f8ff; + margin-bottom: 12px; + } + + .matrix-status { + font-size: 16px; + color: #c5d2e6; + line-height: 1.6; + } + @@ -145,19 +199,19 @@
-
+ - +
-
+ - +
-
+ - +
@@ -177,5 +231,85 @@ {% endif %} + + + + +