Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions _includes/config_common_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@
</div>
<hr>
</div>
<div id="widget_quiet_time_settings">
<label>Quiet Time</label>
<div id="auto_quiet_time_setting" class="form-group" >
<label class="subtle">Automatic Quiet Time Notification</label>
<div class="btn-group btn-group-justified" data-toggle="buttons">
<label class="btn btn-default" data-setting="on" >
<input type="radio" name="options" autocomplete="off">
Automatically show when enabled
</label>
<label class="btn btn-default" data-setting="off" >
<input type="radio" name="options" autocomplete="off">
Never show
</label>
</div>
</div>
<hr>
</div>
<div id="widget_weather_settings">
<label>Weather</label>
<br>
Expand Down Expand Up @@ -236,6 +253,22 @@
</div>
</div>
<hr>
<label>Automatic Widget Index (Battery/Quiet Time/Bluetooth Disconnection)</label><br>
<label class="subtle">Preferred Replacement Index</label>
<div id="auto_replace_index_setting" class="form-group" >
<div class="btn-group btn-group-justified" data-toggle="buttons">
<label class="btn btn-default" data-setting="0" >
<input type="radio" name="options" autocomplete="off">0
</label>
<label class="btn btn-default" data-setting="1" >
<input type="radio" name="options" autocomplete="off">1
</label>
<label class="btn btn-default" data-setting="2" >
<input type="radio" name="options" autocomplete="off">2
</label>
</div>
</div>
<hr>
<label>Notification</label><br>
<label class="subtle">Vibration on interval</label>
<div id="hourly_vibe_setting" class="form-group" >
Expand Down