From c240eb4a4ea47af9f827ea41463732e9ded7b832 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Tue, 14 Apr 2026 11:30:13 +0200 Subject: [PATCH] move loading animation inside component root element --- public/js/components/Dashboard/Item.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/public/js/components/Dashboard/Item.js b/public/js/components/Dashboard/Item.js index 0df0023dd..94ee0bbef 100644 --- a/public/js/components/Dashboard/Item.js +++ b/public/js/components/Dashboard/Item.js @@ -39,7 +39,7 @@ export default { "custom", "hidden", "editMode", - "loading", + "loading", // widget got added and is waiting for backend to save in db "item_data", "place", "widgetTemplate", @@ -176,18 +176,16 @@ export default { this.tmpConfig = { ...this.arguments }; }, template: /*html*/ ` -
-
- -
-
-
+
+ +
+