feat: remove TemplateSearchBar component and enhance template filtering options with use cases and licenses

This commit is contained in:
Johnpaul
2025-08-20 19:39:37 +01:00
parent ce30ea3417
commit 989e4e50d3
5 changed files with 82 additions and 96 deletions

View File

@@ -15,6 +15,8 @@ export interface TemplateInfo {
tags?: string[]
models?: string[]
date?: string
useCase?: string
license?: string
}
export interface WorkflowTemplates {