From 331cbc09c6604f786b97ac269a6692789b7134ff Mon Sep 17 00:00:00 2001 From: "giannis.koumoutsos" Date: Thu, 1 Sep 2022 16:57:33 +0200 Subject: [PATCH 1/3] css minor to test pages --- src/Components/EditElement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/EditElement.tsx b/src/Components/EditElement.tsx index 589242d..7750d86 100644 --- a/src/Components/EditElement.tsx +++ b/src/Components/EditElement.tsx @@ -40,7 +40,7 @@ function EditElement(props) { : 'Graph'} - +
{'source' in element ? ( -- GitLab From eec376aa99ed211ea271cc222dd4e5ea6e92360a Mon Sep 17 00:00:00 2001 From: "giannis.koumoutsos" Date: Thu, 1 Sep 2022 21:19:32 +0200 Subject: [PATCH 2/3] length of dialog --- src/Components/DraggableDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/DraggableDialog.tsx b/src/Components/DraggableDialog.tsx index e370d15..5ae573a 100644 --- a/src/Components/DraggableDialog.tsx +++ b/src/Components/DraggableDialog.tsx @@ -96,7 +96,7 @@ export default function DraggableDialog(props) { {title || ''} - + {['Ewoks Graph', 'RF Graph'].includes(title) && ( Date: Mon, 5 Sep 2022 11:45:51 +0200 Subject: [PATCH 3/3] % test --- src/layout/Dashboard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layout/Dashboard.tsx b/src/layout/Dashboard.tsx index 7b00c6c..c7c823d 100644 --- a/src/layout/Dashboard.tsx +++ b/src/layout/Dashboard.tsx @@ -185,6 +185,7 @@ export default function Dashboard() { @@ -343,7 +344,7 @@ export default function Dashboard() { }} > {/* */} -
+ {/*
*/} -- GitLab