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,
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user