-
Notifications
You must be signed in to change notification settings - Fork 29
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 show experiments button to final experiments screen #3463
Conversation
@@ -15,9 +15,8 @@ export const Icon: React.FC<IconProps> = ({ | |||
...other | |||
}) => { | |||
const I = icon | |||
const fill = 'magenta' // This color is used to make sure we change it in CSS |
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.
[F] I think we are ok to drop this as the VS Code buttons work out of the box but happy to be corrected if you think is the wrong way to go.
<h1>{"You're all setup"}</h1> | ||
</EmptyState> | ||
) | ||
return <ProjectSetup hasData={hasData} /> |
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.
Avoid too many return
statements within this function.
9b85677
to
02acd3d
Compare
15f2a4c
to
135810d
Compare
02acd3d
to
f9c4f35
Compare
135810d
to
075d066
Compare
Code Climate has analyzed commit 075d066 and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 93.3% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.7% (0.1% change). View more on Code Climate. |
4/4
main
<- #3448 <- #3452 <- #3462 <- thisRelated to #3434
This PR adds a Show Experiments™️ button to the final screen in the Experiments section of the Setup webview.
Demo
Screen.Recording.2023-03-14.at.10.01.01.pm.mov