feat: Implement workflow template selector dialog and enhance template filtering options

This commit is contained in:
Johnpaul
2025-08-20 17:18:11 +01:00
parent ac8b108f39
commit d36c868a7e
5 changed files with 416 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ export function useCoreCommands(): ComfyCommand[] {
icon: 'pi pi-folder-open',
label: 'Browse Templates',
function: () => {
dialogService.showTemplateWorkflowsDialog()
dialogService.showWorkflowTemplateSelectorDialog()
}
},
{