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
+2 -4
View File
@@ -16,7 +16,6 @@ import {
FileType,
Film,
Focus,
FolderInput,
Frame,
Globe,
Grid3x3,
@@ -45,7 +44,6 @@ import {
Undo2,
UserCheck,
Wand2,
Workflow,
Wrench,
Zap,
ZoomIn,
@@ -70,7 +68,7 @@ export const ICON_MAP: Record<string, LucideIcon> = {
FileType,
Film,
Focus,
FolderInput,
Frame,
Globe,
Grid3x3,
@@ -99,7 +97,7 @@ export const ICON_MAP: Record<string, LucideIcon> = {
Undo2,
UserCheck,
Wand2,
Workflow,
Wrench,
Zap,
ZoomIn,