diff --git a/src/components/custom/widget/WorkflowTemplateSelector.vue b/src/components/custom/widget/WorkflowTemplateSelector.vue deleted file mode 100644 index 64cb0365b..000000000 --- a/src/components/custom/widget/WorkflowTemplateSelector.vue +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - - - - {{ - $t('sideToolbar.templates', 'Templates') - }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ $t('templateWorkflows.loading', 'Loading templates...') }} - - - - - - - {{ $t('templateWorkflows.noResults', 'No templates found') }} - - - {{ - $t( - 'templateWorkflows.noResultsHint', - 'Try adjusting your search or filters' - ) - }} - - - - - - - - {{ - $t('templateWorkflows.resultsCount', { - count: filteredCount, - total: totalCount - }) - }} - - - - - - - -
- {{ $t('templateWorkflows.noResults', 'No templates found') }} -
- {{ - $t( - 'templateWorkflows.noResultsHint', - 'Try adjusting your search or filters' - ) - }} -