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

Move navigation payload to base content #894

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Oct 2, 2024

Important

Move navigationPayload field to 'base' section with toggle visibility in CreateNewTaskForm.tsx and SavedTaskForm.tsx.

  • Behavior:
    • Move navigationPayload field from 'advanced' to 'base' section in CreateNewTaskForm.tsx and SavedTaskForm.tsx.
    • Add toggle button to show/hide navigationPayload in 'base' section.
  • State Management:
    • Introduce showAdvancedBaseContent state to manage visibility of navigationPayload field in 'base' section.
  • UI:
    • Add 'Show Advanced Settings' and 'Hide Advanced Settings' buttons to toggle navigationPayload visibility.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Move `navigationPayload` field to 'base' section with toggle visibility in `CreateNewTaskForm.tsx` and `SavedTaskForm.tsx`.
>
>   - **Behavior**:
>     - Move `navigationPayload` field from 'advanced' to 'base' section in `CreateNewTaskForm.tsx` and `SavedTaskForm.tsx`.
>     - Add toggle button to show/hide `navigationPayload` in 'base' section.
>   - **State Management**:
>     - Introduce `showAdvancedBaseContent` state to manage visibility of `navigationPayload` field in 'base' section.
>   - **UI**:
>     - Add 'Show Advanced Settings' and 'Hide Advanced Settings' buttons to toggle `navigationPayload` visibility.
>
> <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 217cea7640bb6a57e44429fc3c93e6c8091a15c4. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
@ykeremy ykeremy added the sync label Oct 2, 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 9c32cbd in 12 seconds

More details
  • Looked at 240 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 drafted comments based on config settings.
1. skyvern-frontend/src/routes/tasks/create/CreateNewTaskForm.tsx:270
  • Draft comment:
    Consider using a consistent fontSize for the CodeEditor component across different forms for uniformity. In SavedTaskForm.tsx, the fontSize is set to 14, while here it is 12.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR description mentions moving the navigationPayload field to the 'base' section and adding toggle visibility. The implementation seems correct, but there's a minor inconsistency in the CodeEditor component's fontSize property between the two files.
2. skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx:434
  • Draft comment:
    Consider using a consistent fontSize for the CodeEditor component across different forms for uniformity. In CreateNewTaskForm.tsx, the fontSize is set to 12, while here it is 14.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR description mentions moving the navigationPayload field to the 'base' section and adding toggle visibility. The implementation seems correct, but there's a minor inconsistency in the CodeEditor component's fontSize property between the two files.

Workflow ID: wflow_cWaW7w3pfauL1zfu


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 9c32cbd in 15 seconds

More details
  • Looked at 240 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_OgJMmpbFrTgXqWms


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

@msalihaltun msalihaltun merged commit 054de55 into main Oct 2, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/move-navigation-payload-to-base-content branch October 2, 2024 14: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