* Templates Bugs / Fixed Various Bugs / Multiply Api Request, Carousel Gradient, Core Nodes Filters ... * Updated MainSidebar Paddings * N8N-Templates Bugfixing - Remove Unnecesairy Icon (Shape), Refatctor infiniteScrollEnabled Prop + updated infiniterScroll functinality * N8N-2853 Fixed Carousel Arrows Bug after Cleaning the SearchBar * fix telemetry init * fix search tracking issues * N8N-2853 Created FilterTemplateNode Constant Array, Filter PlayButton and WebhookRespond from Nodes, Added Box for showing more nodes inside TemplateList, Updated NewWorkflowButton to primary, Fixed Markdown issue with Code * N8N-2853 Removed Placeholder if Workflows Or Collections are not found, Updated the Logic * fix telemetry events * clean up session id * update user inserted event * N8N-2853 Fixed Categories to Moving if the names are long * Add todos * Update Routes on loading * fix spacing * Update Border Color * Update Border Readius * fix filter fn * fix constant, console error * N8N-2853 PR Fixes, Refactoring, Removing unnecesairy code .. * N8N-2853 PR Fixes - Editor-ui Fixes, Refactoring, Removing Dead Code ... * N8N-2853 Refactor Card to LongCard * clean up spacing, replace css var * clean up spacing * set categories as optional in node * replace vars * refactor store * remove unnesssary import * fix error * fix templates view to start * add to cache * fix coll view data * fix categories * fix category event * fix collections carousel * fix initial load and search * fix infinite load * fix query param * fix scrolling issues * fix scroll to top * fix search * fix collections search * fix navigation bug * rename view * update package lock * rename workflow view * rename coll view * update routes * add wrapper component * set session id * fix search tracking * fix session tracking * remove deleted mutation * remove check for unsupported nodes * refactor filters * lazy load template * clean up types * refactor infinte scroll * fix end of search * Fix spacing * fix coll loading * fix types * fix coll view list * fix navigation * rename types * rename state * fix search responsiveness * fix coll view spacing * fix search view spacing * clean up views * set background color * center page not vert * fix workflow view * remove import * fix background color * fix background * clean props * clean up imports * refactor button * update background color * fix spacing issue * rename event * update telemetry event * update endpoints, add loading view, check for endpoint health * remove conolse log * N8N-2853 Fixed Menu Items Padding * replace endpoints * fix type issues * fix categories * N8N-2853 Fixed ParameterInput Placeholder after ElementUI Upgrade * update createdAt * ⚡ Fix placeholder in creds config modal * ✏️ Adjust docstring to `credText` placeholder version * N8N-2853 Optimized * N8N-2853 Optimized code * ⚡ Add deployment type to FE settings * ⚡ Add deployment type to interfaces * N8N-2853 Removed Animated prop from components * ⚡ Add deployment type to store module * ✨ Create hiring banner * ⚡ Display hiring banner * ⏪ Undo unrelated change * N8N-2853 Refactor TemplateFilters * ⚡ Fix indentation * N8N-2853 Reorder items / TemplateList * 👕 Fix lint * N8N-2853 Refactor TemplateFilters Component * N8N-2853 Reorder TemplateList * refactor template card * update timeout * fix removelistener * fix spacing * split enabled from offline * add spacing to go back * N8N-2853 Fixed Screens for Tablet & Mobile * N8N-2853 Update Stores Order * remove image componet * remove placeholder changes * N8N-2853 Fixed Chinnese Placeholders for El Select Component that comes from the Library Upgrade * N8N-2853 Fixed Vue Agile Console Warnings * N8N-2853 Update Collection Route * ✏️ Update jobs URL * 🚚 Move logging to root component * ⚡ Refactor `deploymentType` to `isInternalUser` * ⚡ Improve syntax * fix cut bug in readonly view * N8N-3012 Fixed Details section in templates with lots of description, Fixed Mardown Block with overflox-x * N8N-3012 Increased Font-size, Spacing and Line-height of the Categories Items * N8N-3012 Fixed Vue-agile client width error on resize * only delay redirect for root path * N8N-3012 Fixed Carousel Arrows that Disappear * N8N-3012 Make Loading Screen same color as Templates * N8N-3012 Markdown renders inline block as block code * add offline warning * hide log from workflow iframe * update text * make search button larger * N8N-3012 Categories / Tags extended all the way in details section * load data in cred modals * remove deleted message * add external hook * remove import * update env variable description * fix markdown width issue * disable telemetry for demo, add session id to template pages * fix telemetery bugs * N8N-3012 Not found Collections/Wokrkflow * N8N-3012 Checkboxes change order when categories are changed * N8N-3012 Refactor SortedCategories inside TemplateFilters component * fix firefox bug * add telemetry requirements * add error check * N8N-3012 Update GoBackButton to check if Route History is present * N8N-3012 Fixed WF Nodes Icons * hide workflow screenshots * remove unnessary mixins * rename prop * fix design a bit * rename data * clear workspace on destroy * fix copy paste bug * fix disabled state * N8N-3012 Fixed Saving/Leave without saving Modal * fix telemetry issue * fix telemetry issues, error bug * fix error notification * disable workflow menu items on templates * fix i18n elementui issue * Remove Emit - NodeType from HoverableNodeIcon component * TechnicalFixes: NavigateTo passed down as function should be helper * TechnicalFixes: Update NavigateTo function * TechnicalFixes: Add FilterCoreNodes directly as function * check for empty connecitions * fix titles * respect new lines * increase categories to be sliced * rename prop * onUseWorkflow * refactor click event * fix bug, refactor * fix loading story * add default * fix styles at right level of abstraction * add wrapper with width * remove loading blocks component * add story * rename prop * fix spacing * refactor tag, add story * move margin to container * fix tag redirect, remove unnessary check * make version optional * rename view * move from workflows to templates store * remove unnessary change * remove unnessary css * rename component * refactor collection card * add boolean to prevent shrink * clean up carousel * fix redirection bug on save * remove listeners to fix multiple listeners bug * remove unnessary types * clean up boolean set * fix node select bug * rename component * remove unnessary class * fix redirection bug * remove unnessary error * fix typo * fix blockquotes, pre * refactor markdown rendering * remove console log * escape markdown * fix safari bug * load active workflows to fix modal bug * ⬆️ Update package-lock.json file * ⚡ Add n8n version as header Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
270 lines
7.9 KiB
Vue
270 lines
7.9 KiB
Vue
<template>
|
|
<Modal
|
|
:name="WORKFLOW_OPEN_MODAL_KEY"
|
|
width="80%"
|
|
minWidth="620px"
|
|
:classic="true"
|
|
>
|
|
<template v-slot:header>
|
|
<div class="workflows-header">
|
|
<n8n-heading tag="h1" size="xlarge" class="title">
|
|
{{ $locale.baseText('workflowOpen.openWorkflow') }}
|
|
</n8n-heading>
|
|
<div class="tags-filter">
|
|
<TagsDropdown
|
|
:placeholder="$locale.baseText('workflowOpen.filterWorkflows')"
|
|
:currentTagIds="filterTagIds"
|
|
:createEnabled="false"
|
|
@update="updateTagsFilter"
|
|
@esc="onTagsFilterEsc"
|
|
@blur="onTagsFilterBlur"
|
|
/>
|
|
</div>
|
|
<div class="search-filter">
|
|
<n8n-input :placeholder="$locale.baseText('workflowOpen.searchWorkflows')" ref="inputFieldFilter" v-model="filterText">
|
|
<font-awesome-icon slot="prefix" icon="search"></font-awesome-icon>
|
|
</n8n-input>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<template v-slot:content>
|
|
<el-table class="search-table" :data="filteredWorkflows" stripe @cell-click="openWorkflow" :default-sort = "{prop: 'updatedAt', order: 'descending'}" v-loading="isDataLoading">
|
|
<el-table-column property="name" :label="$locale.baseText('workflowOpen.name')" class-name="clickable" sortable>
|
|
<template slot-scope="scope">
|
|
<div :key="scope.row.id">
|
|
<span class="name">{{scope.row.name}}</span>
|
|
<TagsContainer class="hidden-sm-and-down" :tagIds="getIds(scope.row.tags)" :limit="3" @click="onTagClick" :clickable="true" :hoverable="true" />
|
|
</div>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column property="createdAt" :label="$locale.baseText('workflowOpen.created')" class-name="clickable" width="155" sortable></el-table-column>
|
|
<el-table-column property="updatedAt" :label="$locale.baseText('workflowOpen.updated')" class-name="clickable" width="155" sortable></el-table-column>
|
|
<el-table-column :label="$locale.baseText('workflowOpen.active')" width="75">
|
|
<template slot-scope="scope">
|
|
<workflow-activator :workflow-active="scope.row.active" :workflow-id="scope.row.id" @workflowActiveChanged="workflowActiveChanged" />
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</template>
|
|
</Modal>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import Vue from 'vue';
|
|
import mixins from 'vue-typed-mixins';
|
|
|
|
import { ITag, IWorkflowShortResponse } from '@/Interface';
|
|
|
|
import { restApi } from '@/components/mixins/restApi';
|
|
import { genericHelpers } from '@/components/mixins/genericHelpers';
|
|
import { workflowHelpers } from '@/components/mixins/workflowHelpers';
|
|
import { showMessage } from '@/components/mixins/showMessage';
|
|
|
|
import Modal from '@/components/Modal.vue';
|
|
import TagsContainer from '@/components/TagsContainer.vue';
|
|
import TagsDropdown from '@/components/TagsDropdown.vue';
|
|
import WorkflowActivator from '@/components/WorkflowActivator.vue';
|
|
import { convertToDisplayDate } from './helpers';
|
|
import { MODAL_CANCEL, MODAL_CLOSE, MODAL_CONFIRMED, WORKFLOW_OPEN_MODAL_KEY } from '../constants';
|
|
|
|
export default mixins(
|
|
genericHelpers,
|
|
restApi,
|
|
showMessage,
|
|
workflowHelpers,
|
|
).extend({
|
|
name: 'WorkflowOpen',
|
|
components: {
|
|
WorkflowActivator,
|
|
TagsContainer,
|
|
TagsDropdown,
|
|
Modal,
|
|
},
|
|
props: ['modalName'],
|
|
data () {
|
|
return {
|
|
filterText: '',
|
|
isDataLoading: false,
|
|
workflows: [] as IWorkflowShortResponse[],
|
|
filterTagIds: [] as string[],
|
|
prevFilterTagIds: [] as string[],
|
|
WORKFLOW_OPEN_MODAL_KEY,
|
|
};
|
|
},
|
|
computed: {
|
|
filteredWorkflows (): IWorkflowShortResponse[] {
|
|
return this.workflows
|
|
.filter((workflow: IWorkflowShortResponse) => {
|
|
if (this.filterText && !workflow.name.toLowerCase().includes(this.filterText.toLowerCase())) {
|
|
return false;
|
|
}
|
|
|
|
if (this.filterTagIds.length === 0) {
|
|
return true;
|
|
}
|
|
|
|
if (!workflow.tags || workflow.tags.length === 0) {
|
|
return false;
|
|
}
|
|
|
|
return this.filterTagIds.reduce((accu: boolean, id: string) => accu && !!workflow.tags.find(tag => tag.id === id), true);
|
|
});
|
|
},
|
|
},
|
|
async mounted() {
|
|
this.filterText = '';
|
|
this.filterTagIds = [];
|
|
|
|
this.isDataLoading = true;
|
|
await this.loadActiveWorkflows();
|
|
await this.loadWorkflows();
|
|
this.isDataLoading = false;
|
|
|
|
Vue.nextTick(() => {
|
|
// Make sure that users can directly type in the filter
|
|
(this.$refs.inputFieldFilter as HTMLInputElement).focus();
|
|
});
|
|
},
|
|
methods: {
|
|
getIds(tags: ITag[] | undefined) {
|
|
return (tags || []).map((tag) => tag.id);
|
|
},
|
|
updateTagsFilter(tags: string[]) {
|
|
this.filterTagIds = tags;
|
|
},
|
|
onTagClick(tagId: string) {
|
|
if (tagId !== 'count' && !this.filterTagIds.includes(tagId)) {
|
|
this.filterTagIds.push(tagId);
|
|
}
|
|
},
|
|
async openWorkflow (data: IWorkflowShortResponse, column: any, cell: any, e: PointerEvent) { // tslint:disable-line:no-any
|
|
if (column.label !== 'Active') {
|
|
|
|
const currentWorkflowId = this.$store.getters.workflowId;
|
|
|
|
if (e.metaKey || e.ctrlKey) {
|
|
const route = this.$router.resolve({name: 'NodeViewExisting', params: {name: data.id}});
|
|
window.open(route.href, '_blank');
|
|
|
|
return;
|
|
}
|
|
|
|
if (data.id === currentWorkflowId) {
|
|
this.$showMessage({
|
|
title: this.$locale.baseText('workflowOpen.showMessage.title'),
|
|
message: this.$locale.baseText('workflowOpen.showMessage.message'),
|
|
type: 'error',
|
|
duration: 1500,
|
|
});
|
|
// Do nothing if current workflow is the one user chose to open
|
|
return;
|
|
}
|
|
|
|
const result = this.$store.getters.getStateIsDirty;
|
|
if(result) {
|
|
const confirmModal = await this.confirmModal(
|
|
this.$locale.baseText('workflowOpen.confirmMessage.message'),
|
|
this.$locale.baseText('workflowOpen.confirmMessage.headline'),
|
|
'warning',
|
|
this.$locale.baseText('workflowOpen.confirmMessage.confirmButtonText'),
|
|
this.$locale.baseText('workflowOpen.confirmMessage.cancelButtonText'),
|
|
true,
|
|
);
|
|
|
|
if (confirmModal === MODAL_CONFIRMED) {
|
|
const saved = await this.saveCurrentWorkflow({}, false);
|
|
if (saved) this.$store.dispatch('settings/fetchPromptsData');
|
|
|
|
this.$router.push({
|
|
name: 'NodeViewExisting',
|
|
params: { name: data.id },
|
|
});
|
|
} else if (confirmModal === MODAL_CANCEL) {
|
|
this.$store.commit('setStateDirty', false);
|
|
|
|
this.$router.push({
|
|
name: 'NodeViewExisting',
|
|
params: { name: data.id },
|
|
});
|
|
} else if (confirmModal === MODAL_CLOSE) {
|
|
return;
|
|
}
|
|
} else {
|
|
this.$router.push({
|
|
name: 'NodeViewExisting',
|
|
params: { name: data.id },
|
|
});
|
|
}
|
|
this.$store.commit('ui/closeAllModals');
|
|
}
|
|
},
|
|
async loadWorkflows () {
|
|
try {
|
|
this.workflows = await this.restApi().getWorkflows();
|
|
this.workflows.forEach((workflowData: IWorkflowShortResponse) => {
|
|
workflowData.createdAt = convertToDisplayDate(workflowData.createdAt as number);
|
|
workflowData.updatedAt = convertToDisplayDate(workflowData.updatedAt as number);
|
|
});
|
|
} catch (error) {
|
|
this.$showError(
|
|
error,
|
|
this.$locale.baseText('workflowOpen.showError.title'),
|
|
);
|
|
}
|
|
},
|
|
async loadActiveWorkflows () {
|
|
try {
|
|
const activeWorkflows = await this.restApi().getActiveWorkflows();
|
|
this.$store.commit('setActiveWorkflows', activeWorkflows);
|
|
} catch (error) {
|
|
this.$showError(
|
|
error,
|
|
this.$locale.baseText('workflowOpen.couldNotLoadActiveWorkflows'),
|
|
);
|
|
}
|
|
},
|
|
workflowActiveChanged (data: { id: string, active: boolean }) {
|
|
for (const workflow of this.workflows) {
|
|
if (workflow.id === data.id) {
|
|
workflow.active = data.active;
|
|
}
|
|
}
|
|
},
|
|
onTagsFilterBlur() {
|
|
this.prevFilterTagIds = this.filterTagIds;
|
|
},
|
|
onTagsFilterEsc() {
|
|
// revert last applied tags
|
|
this.filterTagIds = this.prevFilterTagIds;
|
|
},
|
|
},
|
|
});
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
.workflows-header {
|
|
display: flex;
|
|
|
|
> *:first-child {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.search-filter {
|
|
margin-left: 10px;
|
|
min-width: 160px;
|
|
}
|
|
|
|
.tags-filter {
|
|
flex-grow: 1;
|
|
max-width: 270px;
|
|
min-width: 220px;
|
|
}
|
|
}
|
|
|
|
.search-table .name {
|
|
font-weight: 400;
|
|
margin-right: 10px;
|
|
}
|
|
</style>
|