two screensavers added
This commit is contained in:
@@ -102,8 +102,10 @@
|
||||
<div class="col-auto">
|
||||
<select id="inputAnimation" class="form-select">
|
||||
<option>Pulsating Colors</option>
|
||||
<option>Random</option>
|
||||
<option>Rotating Square</option>
|
||||
<option>Pulsating brightness</option>
|
||||
<option>Game of Life</option>
|
||||
<option>Sleep</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-auto" id="input-animation-btn">
|
||||
@@ -241,19 +243,9 @@
|
||||
id="available-features"
|
||||
class="display-features-list text-dark"
|
||||
>
|
||||
<li>Stocks</li>
|
||||
<li>Crypto</li>
|
||||
<li>Forex</li>
|
||||
<li>Current Weather</li>
|
||||
<li>Daily Forecast</li>
|
||||
<li>News</li>
|
||||
<li>Custom Images</li>
|
||||
<li>Custom Messages</li>
|
||||
<li>Cstom Gifs</li>
|
||||
<li>Sports (Upcoming Games)</li>
|
||||
<li>Sports (Live Games)</li>
|
||||
<li>Sports (Past Games)</li>
|
||||
<li>Sports (Team Stats)</li>
|
||||
{% for f in not_displaying %}
|
||||
<li>{{f}}</li>
|
||||
{% endfor%}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -279,7 +271,11 @@
|
||||
<ul
|
||||
id="display-format"
|
||||
class="display-features-list text-dark"
|
||||
></ul>
|
||||
>
|
||||
{% for f in currently_displaying %}
|
||||
<li>{{f}}</li>
|
||||
{% endfor%}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-2 col-sm-12">
|
||||
|
Reference in New Issue
Block a user