mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user