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

Task block changes #989

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Task block changes #989

merged 1 commit into from
Oct 16, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Oct 16, 2024

Important

Consolidated TaskNode UI by removing display mode switch, adding cacheActions, and restructuring settings into accordion sections.

  • Behavior:
    • Removed TaskNodeDisplayModeSwitch and its logic from TaskNode.tsx, consolidating UI into a single accordion view.
    • Added cacheActions property to TaskNode inputs and data model.
  • UI Components:
    • Replaced display mode switch with accordion sections for content, extraction, and advanced settings in TaskNode.tsx.
    • Added Separator components for better UI separation.
  • Types:
    • Removed TaskNodeDisplayMode type from types.ts.
    • Updated helpTooltipContent in types.ts to include cacheActions and continueOnFailure.

This description was created by Ellipsis for a11a3c0. It will automatically update as commits are pushed.

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Consolidated `TaskNode` UI by removing display mode switch, adding `cacheActions`, and restructuring settings into accordion sections.
>
>   - **Behavior**:
>     - Removed `TaskNodeDisplayModeSwitch` and its logic from `TaskNode.tsx`, consolidating UI into a single accordion view.
>     - Added `cacheActions` property to `TaskNode` inputs and data model.
>   - **UI Components**:
>     - Replaced display mode switch with accordion sections for content, extraction, and advanced settings in `TaskNode.tsx`.
>     - Added `Separator` components for better UI separation.
>   - **Types**:
>     - Removed `TaskNodeDisplayMode` type from `types.ts`.
>     - Updated `helpTooltipContent` in `types.ts` to include `cacheActions` and `continueOnFailure`.
>
> <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 683f09228de582db8ec05cf5395afd85e9cbcc87. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to a11a3c0 in 16 seconds

More details
  • Looked at 881 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts:74
  • Draft comment:
    The TaskNodeDisplayMode type is no longer used and can be removed to clean up the code.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_rh9ZGBysM2cXEsqA


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on a11a3c0 in 17 seconds

More details
  • Looked at 879 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts:74
  • Draft comment:
    The TaskNodeDisplayMode type is no longer used and can be removed to clean up the code.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_nMeZj5GCFQGWhybQ


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@msalihaltun msalihaltun merged commit a239030 into main Oct 16, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/task-block-changes branch October 16, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants