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

Make the workflow title a link in the workflow run page #1415

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Dec 19, 2024

Important

Make the workflow title a clickable link in WorkflowRun.tsx for improved navigation.

  • UI Enhancement:
    • In WorkflowRun.tsx, the workflow title is now a clickable link that navigates to /workflows/{workflowPermanentId}/runs.
    • Adds Link component with hover:underline styling to the title.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Make the workflow title a clickable link in `WorkflowRun.tsx` to improve navigation.
>
>   - **UI Enhancement**:
>     - In `WorkflowRun.tsx`, the workflow title is now a clickable link that navigates to `/workflows/{workflowPermanentId}/runs`.
>     - Adds `Link` component with `hover:underline` styling to the title.
>
> <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 c939498a8580e3761096dcc79b71afb40099481b. 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 abaebe1 in 7 seconds

More details
  • Looked at 20 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/WorkflowRun.tsx:92
  • Draft comment:
    Consider adding a check for workflowPermanentId to ensure it is not null or undefined before using it in the URL.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The Link component is used correctly, but the workflowPermanentId should be checked for null or undefined values before using it in the URL.

Workflow ID: wflow_GS0neqaD7D523YvT


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 abaebe1 in 7 seconds

More details
  • Looked at 20 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/WorkflowRun.tsx:90
  • Draft comment:
    Consider adding a title attribute to the Link component for better accessibility.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The Link component should have a title attribute for better accessibility.

Workflow ID: wflow_LsQEgQZBU0Gpk3py


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

@msalihaltun msalihaltun merged commit 7dacb1e into main Dec 19, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/make-a-link-to-workflow branch December 19, 2024 18:38
init-object pushed a commit to init-object/skyvern that referenced this pull request Dec 20, 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