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 action list live button appearance issue when there are no actions #953

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Oct 10, 2024

Important

Add className="w-full" to ScrollArea in ScrollableActionList.tsx to fix layout issue when no actions are present.

  • UI Fix:
    • Add className="w-full" to ScrollArea in ScrollableActionList.tsx to ensure full width rendering when no actions are present.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Add `className="w-full"` to `ScrollArea` in `ScrollableActionList.tsx` to fix layout issue when no actions are present.
>
>   - **UI Fix**:
>     - Add `className="w-full"` to `ScrollArea` in `ScrollableActionList.tsx` to ensure full width rendering when no actions are present.
>
> <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 b9e8fec59429c43b4daa94db4bfb22d8856c8745. 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 89fdfe6 in 14 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/detail/ScrollableActionList.tsx:159
  • Draft comment:
    The addition of className="w-full" to ScrollArea is correct and addresses the layout issue as intended.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The PR correctly adds className="w-full" to ScrollArea to fix the layout issue. No further changes are needed for this line.

Workflow ID: wflow_VpO9e3zJtvbvRf4j


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 89fdfe6 in 12 seconds

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

Workflow ID: wflow_s9d1KWyKPOqh7tXl


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

@msalihaltun msalihaltun merged commit 05ae527 into main Oct 10, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/action-list-bugfix branch October 10, 2024 17:28
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