mirror of https://github.com/espruino/BangleApps
Move minify setting into expandable area, and warn
This moves the minify option to an expandable advanced section, and changes the warning ("may" -> "will") See #2562 for more details.pull/2709/head
parent
c7d60250a6
commit
d56de3048b
11
index.html
11
index.html
|
@ -146,10 +146,6 @@
|
||||||
<input type="checkbox" id="settings-pretokenise">
|
<input type="checkbox" id="settings-pretokenise">
|
||||||
<i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps)
|
<i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps)
|
||||||
</label>
|
</label>
|
||||||
<label class="form-switch">
|
|
||||||
<input type="checkbox" id="settings-minify">
|
|
||||||
<i class="form-icon"></i> Minify apps before upload (BETA, not recommended. Uploads smaller, faster apps but this may cause some apps to stop working)
|
|
||||||
</label>
|
|
||||||
<label class="form-switch">
|
<label class="form-switch">
|
||||||
<input type="checkbox" id="settings-settime">
|
<input type="checkbox" id="settings-settime">
|
||||||
<i class="form-icon"></i> Always update time when we connect
|
<i class="form-icon"></i> Always update time when we connect
|
||||||
|
@ -163,6 +159,13 @@
|
||||||
<i class="form-icon"></i> Send app analytics to banglejs.com (apps installed, favourites, firmware version).<br/>
|
<i class="form-icon"></i> Send app analytics to banglejs.com (apps installed, favourites, firmware version).<br/>
|
||||||
<small>Used for 'Sort by Installed/Favourited' functionality. See the <a href="http://www.espruino.com/Privacy">privacy policy</a></small>.
|
<small>Used for 'Sort by Installed/Favourited' functionality. See the <a href="http://www.espruino.com/Privacy">privacy policy</a></small>.
|
||||||
</label>
|
</label>
|
||||||
|
<details>
|
||||||
|
<summary>Advanced Options</summary>
|
||||||
|
<label class="form-switch">
|
||||||
|
<input type="checkbox" id="settings-minify">
|
||||||
|
<i class="form-icon"></i> Minify apps before upload (DANGER: BETA, not recommended. Uploads smaller, faster apps but this minification <b>will</b> break some apps)
|
||||||
|
</label>
|
||||||
|
</details>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<select class="form-select form-inline" id="settings-lang" style="width: 10em">
|
<select class="form-select form-inline" id="settings-lang" style="width: 10em">
|
||||||
<option value="">None (English)</option>
|
<option value="">None (English)</option>
|
||||||
|
|
Loading…
Reference in New Issue