mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Bolus settings (#6834)
* Add bolus plugin and restructure rendering settings * Add setting to prevent automated micro boluses from triggering notifications and snoozing alarms * clean up * Small change to the bolus-settings branch so it supports flexible configuration that enables the old behavior * Translations * Fix settings default Co-authored-by: Jason Calabrese <jason@cbrese.com>
This commit is contained in:
co-authored by
Jason Calabrese
parent
84ac8f7e74
commit
d762694b83
+23
-6
@@ -217,13 +217,30 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="translate">Render Bolus Amount</dt>
|
||||
<dt class="translate">Bolus Display Threshold</dt>
|
||||
<dd>
|
||||
<select id="bolusrender">
|
||||
<option class="translate" value="all">All</option>
|
||||
<option class="translate" value="all-remove-zero-u">All (without leading zero and U)</option>
|
||||
<option class="translate" id="bolusRenderOver" value="over">1 U and Over</option>
|
||||
<option class="translate" value="none">None</option>
|
||||
<select id="bolusRenderOver"></select>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="translate">Small Bolus Display</dt>
|
||||
<dd>
|
||||
<select id="bolusRenderFormatSmall">
|
||||
<option class="translate" value="hidden">Hidden</option>
|
||||
<option class="translate" value="default">Default (with leading zero and U)</option>
|
||||
<option class="translate" value="concise">Concise (with U, without leading zero)</option>
|
||||
<option class="translate" value="minimal">Minimal (without leading zero and U)</option>
|
||||
</select>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="translate">Large Bolus Display</dt>
|
||||
<dd>
|
||||
<select id="bolusRenderFormat">
|
||||
<option class="translate" value="hidden">Hidden</option>
|
||||
<option class="translate" value="default">Default (with leading zero and U)</option>
|
||||
<option class="translate" value="concise">Concise (with U, without leading zero)</option>
|
||||
<option class="translate" value="minimal">Minimal (without leading zero and U)</option>
|
||||
</select>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user