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

Add tooltips to action and navigation blocks #1375

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Dec 12, 2024

Important

Add tooltips to ActionNode.tsx and NavigationNode.tsx for execution guidance.

  • UI Enhancements:
    • Added tooltips to ActionNode.tsx and NavigationNode.tsx.
    • ActionNode.tsx: Tooltip explains that only one action is taken during execution.
    • NavigationNode.tsx: Tooltip explains that multiple actions are taken to achieve a single goal.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Add tooltips to `ActionNode.tsx` and `NavigationNode.tsx` to provide execution guidance.
>
>   - **UI Enhancements**:
>     - Added tooltips to `ActionNode.tsx` and `NavigationNode.tsx`.
>     - `ActionNode.tsx`: Tooltip explains that only one action is taken during execution.
>     - `NavigationNode.tsx`: Tooltip explains that multiple actions are taken to achieve a single goal.
>
> <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 bb541e45e4b46a103484dc6f8ebd2cac1a256599. 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 7bf5793 in 8 seconds

More details
  • Looked at 44 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/ActionNode/ActionNode.tsx:148
  • Draft comment:
    Consider extracting the tooltip text into a constants or localization file for easier maintenance and potential localization. This applies to the tooltip in NavigationNode as well.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The tooltip text is hardcoded in both ActionNode and NavigationNode components. It would be better to extract these strings into a constants file or a localization file for easier maintenance and potential localization.

Workflow ID: wflow_QcIOKxK0yoFsDM6g


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 7bf5793 in 12 seconds

More details
  • Looked at 44 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/workflows/editor/nodes/ActionNode/ActionNode.tsx:148
  • Draft comment:
    Consider rephrasing the tooltip for clarity and conciseness.
Tip: Skyvern executes one action in this block.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The tooltip addition is consistent with the PR description and enhances the UI by providing execution guidance. However, the tooltip text could be more concise and clear.
2. skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx:134
  • Draft comment:
    Consider rephrasing the tooltip for clarity and conciseness.
Tip: Skyvern executes multiple actions to achieve a goal in this block.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The tooltip addition is consistent with the PR description and enhances the UI by providing execution guidance. However, the tooltip text could be more concise and clear.

Workflow ID: wflow_B7UcEHNI86eVsF1Q


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

@msalihaltun msalihaltun merged commit 6c36d6b into main Dec 12, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/add-tooltips-to-action-and-navigation branch December 12, 2024 14:05
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