From 59ebd33ba6860df99b4c129c3a81c589c42f667d Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Mon, 14 Apr 2025 11:28:13 +0200 Subject: [PATCH] feature(Dashboard resize):adds overlays to the elements when resizing widgets on the dashboard --- public/js/components/Dashboard/Section.js | 2 +- public/js/components/Drop/Grid.js | 28 +++++++++++++++++++---- public/js/composables/GridLogic.js | 3 ++- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index eb37009ae..1631cadcd 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -193,7 +193,7 @@ export default {