From 5f8ddbe8008044e9eb976f5a10be1dcf9239e8d0 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:51:56 +0100 Subject: [PATCH] removed screen blurred while loading messages --- gui/preload-chat.js | 7 ------- gui/src/chat-module.html | 2 -- 2 files changed, 9 deletions(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index 17b389c9..22b45902 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -1876,8 +1876,6 @@ async function updateAllChat(clear) { .then(async function (result) { // handle result async //document.getElementById("blurOverlay").classList.add("bg-primary"); - document.getElementById("blurOverlay").style.webkitFilter = - "blur(10px)"; if (typeof result !== "undefined") { for (const item of result.docs) { @@ -1891,14 +1889,9 @@ async function updateAllChat(clear) { }); } } - - document.getElementById("blurOverlay").style.webkitFilter = - "blur(0px)"; }) .catch(function (err) { console.log(err); - document.getElementById("blurOverlay").style.webkitFilter = - "blur(0px)"; }); }) .catch(function (err) { diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index b19a897e..d0ab906e 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -46,7 +46,6 @@ data-source="../node_modules/emoji-picker-element-data/en/emojibase/data.json" > -
@@ -712,6 +711,5 @@
-