- Notifications
You must be signed in to change notification settings - Fork1k
fix: Remove 'Create Project' button, replace with CLI prompt#245
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Neato
codecovbot commentedFeb 11, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #245 +/- ##==========================================- Coverage 67.31% 67.23% -0.09%========================================== Files 120 124 +4 Lines 6484 6516 +32 Branches 67 69 +2 ==========================================+ Hits 4365 4381 +16- Misses 1701 1714 +13- Partials 418 421 +3
Continue to review full report at Codecov.
|
For black-triangle and alpha builds, we won't be able to create projects in the UI, because they require collecting and tar'ing a set of assets associated with the project - so the CLI is going to be our entry point for creating projects.
This shifts the UI to remove the 'Create Project' button, and adds a prompt to copy a command to run.
Before:

After:
