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

removed syntax high light and added code mirror for showing YAML #4428

Conversation

msivasubramaniaan
Copy link
Collaborator

image

Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
@msivasubramaniaan msivasubramaniaan self-assigned this Sep 4, 2024
@msivasubramaniaan msivasubramaniaan linked an issue Sep 4, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.58%. Comparing base (da60441) to head (bb74504).
Report is 484 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #4428       +/-   ##
===========================================
+ Coverage   32.37%   43.58%   +11.21%     
===========================================
  Files          85       98       +13     
  Lines        6505     7991     +1486     
  Branches     1349     1703      +354     
===========================================
+ Hits         2106     3483     +1377     
- Misses       4399     4508      +109     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@datho7561 datho7561 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small change, but otherwise looks good

@@ -74,6 +76,64 @@ function LinkButton(props: { href: string; disabled: boolean; onClick: () => voi
);
}

/*const vscodeTheme = createTheme({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you aren't using this code, please remove it

Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
@msivasubramaniaan
Copy link
Collaborator Author

One small change, but otherwise looks good

Sorry thought of remove it, somehow missed

Copy link
Contributor

@datho7561 datho7561 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. Thanks, Muthu!

@datho7561 datho7561 merged commit e10511c into redhat-developer:main Sep 4, 2024
4 checks passed
@msivasubramaniaan msivasubramaniaan deleted the 4426-get-rid-of-react-syntax-highlighter-dependency branch September 5, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of react-syntax-highlighter dependency
3 participants