From fb0246dafc9864aaf49ff35473b93f3a9163c949 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Wed, 25 Jun 2025 15:43:37 +0300 Subject: [PATCH 1/3] fix: interface blinks on reload with dark theme --- public/index.html | 62 +++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 26 deletions(-) diff --git a/public/index.html b/public/index.html index 868f82eab..3b8145989 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,26 @@ - + - - - - - - - - - YDB Monitoring - - - - -
- - + --> From 71570045845229bd7765abf1671e027b7b23bfe3 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Thu, 26 Jun 2025 11:11:30 +0300 Subject: [PATCH 2/3] fix: do not hardcode color --- public/index.html | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/public/index.html b/public/index.html index 3b8145989..42177905a 100644 --- a/public/index.html +++ b/public/index.html @@ -3,15 +3,40 @@ From 8dcc26edede564c5ca721c376a89e7121a0ce801 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Thu, 26 Jun 2025 11:17:45 +0300 Subject: [PATCH 3/3] Revert "fix: do not hardcode color" This reverts commit 71570045845229bd7765abf1671e027b7b23bfe3. --- public/index.html | 43 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/public/index.html b/public/index.html index 42177905a..3b8145989 100644 --- a/public/index.html +++ b/public/index.html @@ -3,40 +3,15 @@