Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delete action in workflows table #802

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Commits on Sep 10, 2024

  1. 🔄 synced local 'skyvern/' with remote 'skyvern/'

    <!-- ELLIPSIS_HIDDEN -->
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 6ea20bb37cf65de9d6ad048ffdc697c0dd22264f  |
    |--------|--------|
    
    ### Summary:
    Added delete functionality to workflows table with `DeleteWorkflowButton`, updated `GarbageIcon`, and removed `WorkflowsBetaAlertCard`.
    
    **Key points**:
    - Added `DeleteWorkflowButton` component in `skyvern-frontend/src/routes/workflows/editor/DeleteWorkflowButton.tsx` to handle workflow deletion.
    - Updated `GarbageIcon` in `skyvern-frontend/src/components/icons/GarbageIcon.tsx` to make `className` prop optional.
    - Removed `WorkflowsBetaAlertCard` from `skyvern-frontend/src/routes/workflows/Workflows.tsx`.
    - Integrated `DeleteWorkflowButton` into workflows table in `skyvern-frontend/src/routes/workflows/Workflows.tsx`.
    - `DeleteWorkflowButton` uses `react-query` for mutation and `axios` for API calls.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f4282dd View commit details
    Browse the repository at this point in the history
  2. 🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…

    …src/'
    
    <!-- ELLIPSIS_HIDDEN -->
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 6ea20bb37cf65de9d6ad048ffdc697c0dd22264f  |
    |--------|--------|
    
    ### Summary:
    Added delete functionality to workflows table with `DeleteWorkflowButton`, updated `GarbageIcon`, and removed `WorkflowsBetaAlertCard`.
    
    **Key points**:
    - Added `DeleteWorkflowButton` component in `skyvern-frontend/src/routes/workflows/editor/DeleteWorkflowButton.tsx` to handle workflow deletion.
    - Updated `GarbageIcon` in `skyvern-frontend/src/components/icons/GarbageIcon.tsx` to make `className` prop optional.
    - Removed `WorkflowsBetaAlertCard` from `skyvern-frontend/src/routes/workflows/Workflows.tsx`.
    - Integrated `DeleteWorkflowButton` into workflows table in `skyvern-frontend/src/routes/workflows/Workflows.tsx`.
    - `DeleteWorkflowButton` uses `react-query` for mutation and `axios` for API calls.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d42a30a View commit details
    Browse the repository at this point in the history
  3. remove unrelated sync

    msalihaltun committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c403384 View commit details
    Browse the repository at this point in the history