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

Enable editing of preset temp targets #236

Merged
merged 8 commits into from
May 30, 2024
Merged

Commits on May 25, 2024

  1. Edit Temp Targets

    - Enable editing Name, Target and Duration for preset temp targets
    - Swipe left to edit or delete
    - Replaced display of "Low target - High target" in presetView since only low target is used
    dsnallfot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    4b59fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543f817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b626522 View commit details
    Browse the repository at this point in the history
  4. secondary text color

    dsnallfot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3136081 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    60e1cfa View commit details
    Browse the repository at this point in the history
  2. Some fixes (Part 1 of 2):

    - Fix mgdl->mmol rounding when using experimental slider
    - Also rearrange sliders below % text in experimental view (Reusing @dnzxy ols iAPS PR 321)
    - Reset all changed values/sliders to 0 if cancelling in edit view
    . Additional commit regarding experimental slider in edit view  upcoming soon in part 2
    dsnallfot committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d497e68 View commit details
    Browse the repository at this point in the history
  3. More fixes (Part 2 of 2):

    - Experimental slider now available also in editPresetPopover view
    - All conversion mgdl/mmol tested and seems to work correct
    - You can switch between normal and experimental view freely while contemplating your edit
    - Additional features and UI redesigned excluded from scope
    dsnallfot committed May 26, 2024
    Configuration menu
    Copy the full SHA
    abdfd1d View commit details
    Browse the repository at this point in the history
  4. Calculate insulin % based on saved preset target

    - when entering edit mode. This way you can choose "normal" target/duration entries or use the slider to do your edits
    dsnallfot committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c6adbda View commit details
    Browse the repository at this point in the history