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

Settings page improvements #567

Merged
merged 5 commits into from
Feb 4, 2020
Merged

Settings page improvements #567

merged 5 commits into from
Feb 4, 2020

Conversation

alalamav
Copy link
Contributor

@alalamav alalamav commented Feb 4, 2020

  • Replaces the data limits toggle with a dropdown in the settings page.
  • Moves the experiment feedback link closer to the data limits feature.
  • Replaces the metrics toggle with a checkbox.
  • Re-introduces accidentally deleted behavior to watch keystrokes on the data limit input field.

Screen Shot 2020-02-04 at 2 57 46 PM

Screen Shot 2020-02-04 at 2 57 25 PM

Copy link

@smithmonique smithmonique left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Alberto!

});
private async setMetricsEnabled(metricsEnabled: boolean) {
try {
this.selectedServer.setMetricsEnabled(metricsEnabled);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't this call asynchronous? Don't you need to wait?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, fixed in 97d7c32.

@alalamav alalamav merged commit b1454f1 into master Feb 4, 2020
@alalamav alalamav deleted the alalama-data-limits-followup branch February 4, 2020 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants