+
Components
+
-
{rootElements}
diff --git a/src/Components/UI/UI.tsx b/src/Components/UI/UI.tsx
index 702ced8..683872c 100644
--- a/src/Components/UI/UI.tsx
+++ b/src/Components/UI/UI.tsx
@@ -84,6 +84,7 @@ export function UI(props: IUIProps): JSX.Element {
} }/>
diff --git a/src/index.scss b/src/index.scss
index b6bdcce..ddd5870 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -8,7 +8,9 @@
}
.sidebar-component {
- @apply transition-all px-2 py-6 text-sm rounded-lg bg-slate-300/80 hover:bg-blue-500 hover:text-slate-50
+ @apply transition-all px-2 py-6 text-sm rounded-lg
+ bg-slate-300/80 hover:bg-blue-500 hover:text-slate-50
+ disabled:bg-slate-400 disabled:text-slate-500
}
.sidebar-component-left {
diff --git a/test-server/http.js b/test-server/http.js
index c170204..f7fce66 100644
--- a/test-server/http.js
+++ b/test-server/http.js
@@ -65,6 +65,7 @@ const GetSVGLayoutConfiguration = () => {
{
Type: 'Chassis',
DisplayedText: 'Chassis?',
+ Whitelist: ["Trou"],
MaxWidth: 500,
MinWidth: 200,
Width: 200,
@@ -81,6 +82,7 @@ const GetSVGLayoutConfiguration = () => {
},
{
Type: 'Trou',
+ Blacklist: ["Chassis"],
DefaultX: 0,
DefaultY: 0,
Margin: {