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:
@@ -16,7 +16,6 @@ import {
|
|||||||
FileType,
|
FileType,
|
||||||
Film,
|
Film,
|
||||||
Focus,
|
Focus,
|
||||||
FolderInput,
|
|
||||||
Frame,
|
Frame,
|
||||||
Globe,
|
Globe,
|
||||||
Grid3x3,
|
Grid3x3,
|
||||||
@@ -45,7 +44,6 @@ import {
|
|||||||
Undo2,
|
Undo2,
|
||||||
UserCheck,
|
UserCheck,
|
||||||
Wand2,
|
Wand2,
|
||||||
Workflow,
|
|
||||||
Wrench,
|
Wrench,
|
||||||
Zap,
|
Zap,
|
||||||
ZoomIn,
|
ZoomIn,
|
||||||
@@ -70,7 +68,7 @@ export const ICON_MAP: Record<string, LucideIcon> = {
|
|||||||
FileType,
|
FileType,
|
||||||
Film,
|
Film,
|
||||||
Focus,
|
Focus,
|
||||||
FolderInput,
|
|
||||||
Frame,
|
Frame,
|
||||||
Globe,
|
Globe,
|
||||||
Grid3x3,
|
Grid3x3,
|
||||||
@@ -99,7 +97,7 @@ export const ICON_MAP: Record<string, LucideIcon> = {
|
|||||||
Undo2,
|
Undo2,
|
||||||
UserCheck,
|
UserCheck,
|
||||||
Wand2,
|
Wand2,
|
||||||
Workflow,
|
|
||||||
Wrench,
|
Wrench,
|
||||||
Zap,
|
Zap,
|
||||||
ZoomIn,
|
ZoomIn,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ export const CATEGORIES: CategoryInfo[] = [
|
|||||||
{ id: "utilities", name: "Utilities", icon: "Wrench", color: "#6366F1" },
|
{ id: "utilities", name: "Utilities", icon: "Wrench", color: "#6366F1" },
|
||||||
{ id: "layout", name: "Layout & Composition", icon: "LayoutGrid", color: "#EC4899" },
|
{ id: "layout", name: "Layout & Composition", icon: "LayoutGrid", color: "#EC4899" },
|
||||||
{ id: "format", name: "Format & Conversion", icon: "FileType", color: "#14B8A6" },
|
{ id: "format", name: "Format & Conversion", icon: "FileType", color: "#14B8A6" },
|
||||||
{ id: "automation", name: "Automation", icon: "Workflow", color: "#F97316" },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const TOOLS: Tool[] = [
|
export const TOOLS: Tool[] = [
|
||||||
@@ -391,23 +390,6 @@ export const TOOLS: Tool[] = [
|
|||||||
icon: "FileOutput",
|
icon: "FileOutput",
|
||||||
route: "/pdf-to-image",
|
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[] = [
|
export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user