-
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
Consolidate Setup and "Get Started" walkthrough #3993
Conversation
@@ -33,7 +44,13 @@ export const CliUnavailable: React.FC<PropsWithChildren> = ({ children }) => { | |||
<EmptyState isFullScreen={false}> | |||
<h1>DVC is currently unavailable</h1> | |||
{children} | |||
{contents} | |||
<p> | |||
New to DVC? Check out <a href="https://dvc.org/">dvc.org</a> to learn |
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.
Since these DVC steps will now be the first thing that users new to DVC will see, I added some extra sentences/links that were once in the walkthrough.
A few comments (might not be related to this PR, sorry if I missed some changes before, but since we have good screenshots here, it's worth mentioning). Not a blocker.
|
We have global (
A bit out of scope, but will be easy enough to tweak these a bit!
Makes sense! Will update the docs link.
Will give these some more thought and save for a followup 🤔 |
Ah, sorry. I read it more as "extension helps you to install it in all possible ways". Maybe we can rephrase the paragraph a bit. |
> ℹ️ The extension's features cannot be accessed until DVC is installed and a | ||
> DVC project is available in the workspace. Please refer to the | ||
> [setup page](command:dvc.dvc.showDvcSetup) if you have not setup DVC yet. | ||
|
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.
Should this be above the title?
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.
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.
Looks and feels better after the title.
Code Climate has analyzed commit 9750ed1 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.2% (0.0% change). View more on Code Climate. |
1/2
main
<= this <= #3994Demo
Screen.Recording.2023-05-30.at.12.18.29.PM.mov
https://github.com/iterative/vscode-dvc/assets/43496356/952dc855-5ae0-4c21-bb39-0a4dfa0662b3https://github.com/iterative/vscode-dvc/assets/43496356/6ea6915f-15f7-4f26-9d2f-5b0ea84e2c8aPart of #3434