diff --git a/desktop/src/features/workflows/ui/WorkflowsView.tsx b/desktop/src/features/workflows/ui/WorkflowsView.tsx index 1ae3847d7..0879fe9e0 100644 --- a/desktop/src/features/workflows/ui/WorkflowsView.tsx +++ b/desktop/src/features/workflows/ui/WorkflowsView.tsx @@ -1,4 +1,4 @@ -import { Plus, RefreshCw, Zap } from "lucide-react"; +import { Plus, RefreshCw } from "lucide-react"; import * as React from "react"; import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; import { stringify as yamlStringify } from "yaml"; @@ -23,6 +23,7 @@ import { updateWorkflow, } from "@/shared/api/tauriWorkflows"; import { Button } from "@/shared/ui/button"; +import { PageHeader } from "@/shared/ui/PageHeader"; import { Skeleton } from "@/shared/ui/skeleton"; type WorkflowsViewProps = { @@ -68,6 +69,20 @@ function WorkflowsListSkeleton() { ); } +function CreateWorkflowCard({ onClick }: { onClick: () => void }) { + return ( + + ); +} + export function WorkflowsView({ channels, onCloseWorkflow, @@ -200,13 +215,12 @@ export function WorkflowsView({ data-testid="workflows-view" >
- Automations that keep your community moving. -
-Failed to load workflows
- -No workflows yet
- -Failed to load workflows
+ +