From 4e770c5178496f68987bdc22ca6fe87c6cece652 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Fri, 28 Apr 2023 11:32:04 -0700 Subject: [PATCH] minor tooltip and UI client changes --- client/src/components/Common/DelayedInput.vue | 8 ++++++-- .../components/DatasetInformation/DatasetSource.vue | 3 ++- .../History/Content/Dataset/DatasetActions.vue | 2 +- .../HistoryFilters/HistoryFilters.vue | 6 ++++++ client/src/components/Indices/IndexFilter.vue | 13 +++++++++++-- .../Markdown/Elements/Workflow/WorkflowDisplay.vue | 5 +++-- client/src/components/Panels/ToolBoxWorkflow.vue | 2 ++ client/src/components/plugins/icons.js | 2 ++ 8 files changed, 33 insertions(+), 8 deletions(-) diff --git a/client/src/components/Common/DelayedInput.vue b/client/src/components/Common/DelayedInput.vue index 0c771ec06c8a..3f31fa314599 100644 --- a/client/src/components/Common/DelayedInput.vue +++ b/client/src/components/Common/DelayedInput.vue @@ -13,6 +13,8 @@ diff --git a/client/src/components/Indices/IndexFilter.vue b/client/src/components/Indices/IndexFilter.vue index 0d7d9d86e1fb..f7eb2f8d6030 100644 --- a/client/src/components/Indices/IndexFilter.vue +++ b/client/src/components/Indices/IndexFilter.vue @@ -9,19 +9,28 @@ autocomplete="off" :placeholder="placeholder | localize" data-description="filter index input" - class="search-query" + class="search-query index-filter-query" :size="size" @input="input" @keyup.esc="onReset" /> + + + diff --git a/client/src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue b/client/src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue index d7a76d8b82cf..bbeb80e894b0 100644 --- a/client/src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue +++ b/client/src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue @@ -4,6 +4,7 @@ import { computed, ref, onMounted } from "vue"; import { withPrefix } from "@/utils/redirect"; import LoadingSpan from "@/components/LoadingSpan.vue"; import WorkflowTree from "./WorkflowTree.vue"; +import { isEmpty } from "@/utils/utils"; interface WorkflowDisplayProps { workflowId: string; @@ -69,7 +70,7 @@ onMounted(async () => { type="button" class="py-0 px-1" data-description="workflow import"> - + @@ -80,7 +81,7 @@ onMounted(async () => {
- + Please fix the following error(s):
  • diff --git a/client/src/components/Panels/ToolBoxWorkflow.vue b/client/src/components/Panels/ToolBoxWorkflow.vue index 251ad3c8497b..74dd9d4652d7 100644 --- a/client/src/components/Panels/ToolBoxWorkflow.vue +++ b/client/src/components/Panels/ToolBoxWorkflow.vue @@ -16,6 +16,8 @@