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

Fix a navigation bug with saved tasks #1331

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Dec 5, 2024

Important

Fixes navigation bug in SavedTaskCard by updating navigate call to use correct path format.

  • Bug Fix:
    • Fixes navigation bug in SavedTaskCard by updating navigate call to use /tasks/create/${workflowId} instead of just workflowId.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Fixes navigation bug in `SavedTaskCard` by updating `navigate` call to use correct path format.
>
>   - **Bug Fix**:
>     - Fixes navigation bug in `SavedTaskCard` component by updating `navigate` call to use `/tasks/create/${workflowId}` instead of just `workflowId`.
>
> <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 56717c8c6f69ccee3fecf2af9c73828749c957be. 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 cc77011 in 8 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/tasks/create/SavedTaskCard.tsx:159
  • Draft comment:
    Ensure the navigate path is consistent with the updated path format used in the Button onClick.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The navigate function is used twice, once in the CardContent onClick and once in the Button onClick. Both should use the same path format for consistency.

Workflow ID: wflow_P14387q0i9TJCvqS


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 cc77011 in 11 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/tasks/create/SavedTaskCard.tsx:159
  • Draft comment:
    The navigation path update is correct and aligns with the intended fix.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The change correctly updates the navigation path to include /tasks/create/ before the workflowId, which aligns with the intended fix described in the PR.

Workflow ID: wflow_3svayFd5lFcqD0iX


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

@msalihaltun msalihaltun merged commit 2dea40a into main Dec 5, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/fix-a-bug-with-my-tasks branch December 5, 2024 20:09
satansdeer pushed a commit to satansdeer/skyvern that referenced this pull request Dec 12, 2024
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