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

Clicking on task title should navigate into task #1295

Merged

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Nov 29, 2024

Important

Adds onClick event to task title in WorkflowBlockCollapsibleContent.tsx for navigation to task details.

  • Behavior:
    • Adds onClick event to TableCell in WorkflowBlockCollapsibleContent.tsx to navigate to task details when task title is clicked.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Adds `onClick` event to task title in `WorkflowBlockCollapsibleContent.tsx` for navigation.
>
>   - **Behavior**:
>     - Adds `onClick` event to `TableCell` in `WorkflowBlockCollapsibleContent.tsx` to navigate to task details when task title is clicked.
>
> <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 3a6c5f9e6eeca5cb3ffa865480be9dfd1af82cf2. 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! Incremental review on d8ebf99 in 7 seconds

More details
  • Looked at 14 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/workflows/WorkflowBlockCollapsibleContent.tsx:82
  • Draft comment:
    The onClick event handler is repeated across multiple TableCell components. Consider extracting it into a separate function to avoid redundancy and improve maintainability.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The onClick event is repeated across multiple TableCell components, which can be refactored to avoid redundancy.

Workflow ID: wflow_rVJ2dOfWKotDZZns


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 d8ebf99 in 8 seconds

More details
  • Looked at 14 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/workflows/WorkflowBlockCollapsibleContent.tsx:82
  • Draft comment:
    The onClick event handler is repeated across multiple TableCell components. Consider refactoring to a separate function to avoid redundancy.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The onClick event handler is repeated across multiple TableCell components, which can be refactored to avoid redundancy.

Workflow ID: wflow_2BKlT340SB5tnKKD


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

@msalihaltun msalihaltun merged commit 0b2252d into main Nov 29, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/click-on-task-title-doesnt-navigate-into-task branch November 29, 2024 20:29
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