-
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 add configuration button in experiments table #3281
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.
Great work!
@@ -998,3 +998,7 @@ $badge-size: 0.85rem; | |||
font-size: 0.65rem; | |||
cursor: pointer; | |||
} | |||
|
|||
.addConfigButton { |
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.
You're right, changed.
Code Climate has analyzed commit 0a5442a and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 93.7% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.0% (0.0% change). View more on Code Climate. |
} | ||
|
||
public async changeHasConfig() { | ||
this.hasConfig = !!(await this.hasStages()) |
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] As a follow up this needs to get hooked up to FileSystemData
events in case the user manually adds a stage.
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.
Sorry I missed this.
Part of #3058
Screen.Recording.2023-02-14.at.1.14.02.PM.mov
Still need a followup to change the text of the button and add explanation text.