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

do not redirect to profile editor by default #5671

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Commits on May 16, 2020

  1. do not redirect to profile editor by default

    In a default configuration, there is no treatment data.  The code to redirect
    the UI to the profile editor is buried deep within the chart rendering code for
    basals.  This plugin is only supposed to go into action when enabled via
    ENABLE=basal.  This commit fixes first-use experience for the default
    configuration intended to draw real-time CGM traces and no basal information is
    expected.  Since no basal information is expected unless plugin is enabled via
    ENABLE=basal, this allows skipping instead of redirecting to the profile editor.
    bewest committed May 16, 2020
    Configuration menu
    Copy the full SHA
    2f50832 View commit details
    Browse the repository at this point in the history