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

Rounded corners for code editor #940

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Oct 9, 2024

Important

Add rounded-md to CodeMirror components in src/index.css for rounded corners.

  • Styles:
    • Apply rounded-md to .cm-editor and .cm-gutters in src/index.css for rounded corners in CodeMirror components.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Apply `rounded-md` to CodeMirror components in `cloud/index.css` and `src/index.css` for rounded corners.
>
>   - **Styles**:
>     - Apply `rounded-md` to `.cm-editor` and `.cm-gutters` in `cloud/index.css` and `src/index.css` for rounded corners in CodeMirror components.
>
> <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 bd7ec71d1f13f0234903de147dd9fdf62ae884cb. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
@ykeremy ykeremy added the sync label Oct 9, 2024
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 b87b467 in 8 seconds

More details
  • Looked at 18 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/index.css:102
  • Draft comment:
    Ensure rounded-md is defined in Tailwind config. It's a common utility, but double-check.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The use of @apply for rounded-md is correct, but it's important to ensure that the rounded-md utility is defined in the Tailwind configuration. This is a common utility, so it's likely defined, but it's worth checking.

Workflow ID: wflow_fiUnyRHYM8kySFzY


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 b87b467 in 10 seconds

More details
  • Looked at 18 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/index.css:102
  • Draft comment:
    Ensure rounded-md is defined in your Tailwind configuration. This utility should be available for @apply to work correctly.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The use of @apply for rounded-md is correct, but it's important to ensure that the rounded-md utility is defined in the Tailwind configuration. This is a common oversight when using Tailwind CSS.

Workflow ID: wflow_WqxvUPkD8Srqe3Yn


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

@msalihaltun msalihaltun merged commit 0b9afe8 into main Oct 9, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/rounded-corners-for-code branch October 9, 2024 14:43
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