From 448d5ad2283bc82d9ac90fdde45a76879f3758ff Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Fri, 5 Jul 2024 11:41:38 +0200 Subject: [PATCH] fix(frontend): improve component list (#4028) --- .../componentsPanel/ComponentList.svelte | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte b/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte index 7d405738f9..fe7dacf6c3 100644 --- a/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte +++ b/frontend/src/lib/components/apps/editor/componentsPanel/ComponentList.svelte @@ -199,7 +199,7 @@
{#each components as item (item)} -
+
{#if DEPRECATED_COMPONENTS[item]}
@@ -239,11 +239,11 @@ {/each} {#if presets} {#each presets as presetItem (presetItem)} -
+
{/each} {/if} -
+
{/each} {/if} -
+