From 28aa1ec821c6f333e609374303874962b3a39dc0 Mon Sep 17 00:00:00 2001 From: MariusVuscanNx <96233009+MariusVuscanNx@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:02:25 +0200 Subject: [PATCH] Temporary disabled edit button, increased debounce interval (#172) --- .../WorkflowDefinitionList/WorkflowDefinitionList.razor | 2 +- .../Components/WorkflowInstanceList/WorkflowInstanceList.razor | 2 +- .../Components/WorkflowInstanceDesigner.razor | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/Elsa.Studio.Workflows/Components/WorkflowDefinitionList/WorkflowDefinitionList.razor b/src/modules/Elsa.Studio.Workflows/Components/WorkflowDefinitionList/WorkflowDefinitionList.razor index 6c3c4868..a9969b50 100644 --- a/src/modules/Elsa.Studio.Workflows/Components/WorkflowDefinitionList/WorkflowDefinitionList.razor +++ b/src/modules/Elsa.Studio.Workflows/Components/WorkflowDefinitionList/WorkflowDefinitionList.razor @@ -38,7 +38,7 @@ AdornmentIcon="@Icons.Material.Outlined.Search" Adornment="Adornment.End" Clearable="true" - DebounceInterval="500" + DebounceInterval="1500" Immediate="true" Class="d-flex flex-row justify-end align-end gap-3 flex-wrap pl-2 pr-6 py-6 mt-0" Style="height: 36.5px;" diff --git a/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceList/WorkflowInstanceList.razor b/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceList/WorkflowInstanceList.razor index 6b764495..c2593159 100644 --- a/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceList/WorkflowInstanceList.razor +++ b/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceList/WorkflowInstanceList.razor @@ -59,7 +59,7 @@ AdornmentIcon="@Icons.Material.Outlined.Search" Adornment="Adornment.End" Clearable="true" - DebounceInterval="500" + DebounceInterval="1500" Immediate="true" Class="me-3" ValueChanged="@OnSearchTermChanged"/> diff --git a/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceViewer/Components/WorkflowInstanceDesigner.razor b/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceViewer/Components/WorkflowInstanceDesigner.razor index 5c581efe..22e3e85f 100644 --- a/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceViewer/Components/WorkflowInstanceDesigner.razor +++ b/src/modules/Elsa.Studio.Workflows/Components/WorkflowInstanceViewer/Components/WorkflowInstanceDesigner.razor @@ -7,12 +7,13 @@ { +