-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat: add Visual Editor/Code Editor Switch component #691
Conversation
✅ Deploy Preview for asyncapi-studio-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for modest-rosalind-098b67 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a suggestion. Other than that, looks good 👍
package.json
Outdated
@@ -5,9 +5,11 @@ | |||
"url": "git://github.com/asyncapi/studio.git" | |||
}, | |||
"scripts": { | |||
"lint": "eslint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need eslint here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so that testing workflow can run the linter.
🦋 Changeset detectedLatest commit: 9d4c315 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Fran Méndez <[email protected]>
@@ -0,0 +1,34 @@ | |||
import React from 'react' | |||
import * as Switch from '@radix-ui/react-switch' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KhudaDad414 @fmvilas Radix-ui need an ADR ? or this was already decided in the past ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw a few radix-ui components being used so I don't know 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I introduced it a few weeks ago so yeah, an ADR would be cool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue for this: #734
/rtm |
Hello, @KhudaDad414! 👋🏼 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
clean
script to remove all of the build andnode_modules
foldersRelated Issues
Resolves #673
Resolves #692