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

Utilize max bolus limit in Bolus module #73

Closed
wants to merge 5 commits into from

Commits on Apr 9, 2024

  1. Utilize max bolus limit in Bolus module

    In the bolus module, if bolus amount is set over the `Max Bolus` set in `Pump Settings', disable the `Enact bolus` button, change it's text to `Max Bolus exceeded!`, and change alert dialog for external insulin.
    
    If bolus amount is set over 3x Max Bolus, disable the external insulin button as well.
    
    Cherry-picked from Artificial-Pancreas/iAPS@581e3e2 and Artificial-Pancreas/iAPS@7c7cafe but had to refactor the alert to get it to build
    
    Co-Authored-By: Jon B Mårtensson <53905247+jon-b-m@users.noreply.github.com>
    MikePlante1 and Jon-b-m committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5e085b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c67ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from nightscout/revert-93-external-insulin-dialog

    Revert "External insulin dialog"
    avouspierre authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    15b2d74 View commit details
    Browse the repository at this point in the history
  3. Reapply "External insulin dialog"

    This reverts commit 7c67ac7.
    avouspierre committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c7d2c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    ad066bf View commit details
    Browse the repository at this point in the history