Skip to content
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

Merged
merged 12 commits into from
Feb 16, 2023
Merged

Conversation

sroy3
Copy link
Contributor

@sroy3 sroy3 commented Feb 14, 2023

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.

@sroy3 sroy3 added the product PR that affects product label Feb 14, 2023
@sroy3 sroy3 self-assigned this Feb 14, 2023
@sroy3 sroy3 marked this pull request as ready for review February 15, 2023 18:46
@sroy3 sroy3 requested a review from shcheklein February 15, 2023 18:46
Copy link
Contributor

@julieg18 julieg18 left a 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 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it look better if the button was directly below the table instead of stuck at the bottom of the webview?

Screenshot 2023-02-16 at 7 54 06 AM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, changed.

@codeclimate
Copy link

codeclimate bot commented Feb 16, 2023

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.

@sroy3 sroy3 merged commit 716f569 into main Feb 16, 2023
@sroy3 sroy3 deleted the add-configuration-button branch February 16, 2023 19:36
}

public async changeHasConfig() {
this.hasConfig = !!(await this.hasStages())
Copy link
Member

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.

Copy link
Member

@mattseddon mattseddon left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR that affects product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants