From 249b8dbf2c59f32a24157f36ba0fa8c385986aa8 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 27 Aug 2025 00:05:26 +0200 Subject: [PATCH] Added AI popup again to see how it works :3 --- frontend/src/components/EditWorkflow.jsx | 4 +- frontend/src/components/ssoTab.jsx | 20 +- frontend/src/views/AngularWorkflow.jsx | 3 +- frontend/src/views/Workflows2.jsx | 374 ++++++++++++++++++----- 4 files changed, 318 insertions(+), 83 deletions(-) diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index d227a2bd..0e43a77d 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -463,6 +463,7 @@ const EditWorkflow = (props) => { > - - - + + Quick start: Create Workflow → Describe → AI + Generate → Done. + + + + For self-hosted setups, see the{" "} + + setup docs + + + + {/* CTA button */} + + + + + + + ) : null; const deleteModal = deleteModalOpen ? ( @@ -4950,6 +5183,7 @@ const Workflows2 = (props) => { { const newView = !showExecutionStats @@ -5601,8 +5835,8 @@ const Workflows2 = (props) => { } // Maybe use gridview or something, idk - //return
{loadedCheck}
; - return
{loadedCheck}
; + return
{loadedCheck}
; + // return
{loadedCheck}
; };