Skip to content

Commit

Permalink
🔄 synced local 'poetry.lock' with remote 'poetry.lock'
Browse files Browse the repository at this point in the history
<!-- ELLIPSIS_HIDDEN -->

| 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit d6fb3b10d334b87412cd692095b339b40e72f982  |
|--------|--------|

### Summary:
Introduced a new 'Workflows' tab with routing, components, API integrations, pagination, loading states, and added a `FileUpload` component with error handling using a toast notification.

**Key points**:
- Introduced a new 'Workflows' tab with routing, components, API integrations, pagination, and loading states.
- Added `WorkflowsPageLayout`, `Workflows`, and `WorkflowPage` components in `skyvern-frontend/src/routes/workflows/`.
- Updated `skyvern-frontend/cloud/router.tsx` and `skyvern-frontend/src/router.tsx` to include new routes for workflows.
- Modified `skyvern-frontend/cloud/routes/root/SideNav.tsx` to add a 'Workflows (Beta)' link.
- Introduced `FileUpload` component in `skyvern-frontend/src/components/FileUpload.tsx` for handling file inputs with error handling using a toast notification.
- Added `Checkbox` component in `skyvern-frontend/src/components/ui/checkbox.tsx`.
- Updated `skyvern-frontend/package.json` to include `@radix-ui/react-checkbox` dependency.
- Adjusted CSS variables in `skyvern-frontend/cloud/index.css` for better theming.
- Enabled Sentry only in production in `skyvern-frontend/cloud/index.tsx`.
- Added types for workflow parameters and responses in `skyvern-frontend/src/api/types.ts`.
- Implemented pagination and loading states in `skyvern-frontend/src/routes/workflows/WorkflowPage.tsx` and `skyvern-frontend/src/routes/workflows/Workflows.tsx`.
- Updated `RunWorkflowForm` in `skyvern-frontend/src/routes/workflows/RunWorkflowForm.tsx` to invalidate `workflowRuns` query on success.
- Updated `skyvern-frontend/src/routes/workflows/WorkflowRun.tsx` to handle cases where a workflow run does not have any tasks.

----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
ykeremy committed Jul 11, 2024
1 parent 7422ef6 commit 3a04767
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a04767

Please sign in to comment.