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

Change limit field width and file suffix placeholder #937

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Oct 9, 2024

Important

Increase input field widths in TaskNode.tsx and update downloadSuffix placeholder in types.ts.

  • UI Changes in TaskNode.tsx:
    • Increase width of input fields for maxRetries, maxStepsOverride, allowDownloads, and downloadSuffix from w-44 to w-52.
  • Placeholder Update in types.ts:
    • Change downloadSuffix placeholder from "Suffix for file downloads" to "Add an ID for downloaded files".

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Increase input field widths in `TaskNode.tsx` and update `downloadSuffix` placeholder in `types.ts`.
>
>   - **UI Changes in `TaskNode.tsx`**:
>     - Increase width of input fields for `maxRetries`, `maxStepsOverride`, `allowDownloads`, and `downloadSuffix` from `w-44` to `w-52`.
>   - **Placeholder Update in `types.ts`**:
>     - Change `downloadSuffix` placeholder from "Suffix for file downloads" to "Add an ID for downloaded files".
>
> <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 d8f529960651ad89b56f848f4e89a0a8a9135d4e. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
@ykeremy ykeremy added the sync label Oct 9, 2024
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 9d52848 in 10 seconds

More details
  • Looked at 54 lines of code in 2 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:60
  • Draft comment:
    The placeholder for downloadSuffix has been updated correctly.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The placeholder for downloadSuffix has been updated correctly in the fieldPlaceholders object.

Workflow ID: wflow_nblXKrWl3T9Y7k80


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! Reviewed everything up to 9d52848 in 11 seconds

More details
  • Looked at 54 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx:266
  • Draft comment:
    The width of the input fields has been increased from w-44 to w-52 as per the PR description. Ensure that this change does not affect the layout negatively in smaller viewports.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The PR description mentions updating the placeholder for downloadSuffix, which is correctly reflected in the code changes. However, the description also mentions increasing the width of input fields, which is correctly implemented in the TaskNode.tsx file. The changes are consistent with the description and do not introduce any issues.

Workflow ID: wflow_dBKG0B6xQ8s0WPTD


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

@msalihaltun msalihaltun merged commit 8f9c339 into main Oct 9, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/minor-task-node-style-change branch October 9, 2024 13:31
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