Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Adds `URLNode` to Skyvern frontend for URL navigation in workflows, updating node types, icons, and UI components. > > - **New Feature**: > - Introduces `URLNode` component in `URLNode.tsx` for navigating to URLs in workflows. > - Adds `URLNode` type in `types.ts` and default data in `urlNodeDefaultData`. > - Updates `WorkflowBlockIcon.tsx` to include `ExternalLinkIcon` for `goto_url` type. > - **Integration**: > - Updates `index.ts` to include `URLNode` in `WorkflowBlockNode` and `nodeTypes`. > - Modifies `workflowEditorUtils.ts` to handle `goto_url` in `convertToNode()`, `createNode()`, and `getWorkflowBlock()`. > - Adds `URLBlock` type in `workflowTypes.ts` and `URLBlockYAML` in `workflowYamlTypes.ts`. > - **UI Enhancements**: > - Adds `Go to URL Block` to `WorkflowNodeLibraryPanel.tsx` with description and icon. > - Updates `helpContent.ts` to include tooltips and placeholders for `url`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 6837159776fa877a8565330e53667954c07ad2ee. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information