chore: remove broken /batch and /pipeline tool stubs

Both routes showed "Tool not found" — the UI was never implemented.
Pipeline functionality already lives at /automate (the Automate page).
Also removed the empty Automation category and unused Workflow/FolderInput
icons from icon-map.ts.
This commit is contained in:
Siddharth Kumar Sah
2026-04-15 18:52:36 +08:00
parent a4c63855d4
commit d4ac116c15
2 changed files with 2 additions and 22 deletions
-18
View File
@@ -9,7 +9,6 @@ export const CATEGORIES: CategoryInfo[] = [
{ id: "utilities", name: "Utilities", icon: "Wrench", color: "#6366F1" },
{ id: "layout", name: "Layout & Composition", icon: "LayoutGrid", color: "#EC4899" },
{ id: "format", name: "Format & Conversion", icon: "FileType", color: "#14B8A6" },
{ id: "automation", name: "Automation", icon: "Workflow", color: "#F97316" },
];
export const TOOLS: Tool[] = [
@@ -391,23 +390,6 @@ export const TOOLS: Tool[] = [
icon: "FileOutput",
route: "/pdf-to-image",
},
// Automation
{
id: "pipeline",
name: "Pipeline Builder",
description: "Chain multiple tools into a workflow",
category: "automation",
icon: "Workflow",
route: "/pipeline",
},
{
id: "batch",
name: "Batch Processing",
description: "Apply any tool to multiple images",
category: "automation",
icon: "FolderInput",
route: "/batch",
},
];
export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [