Allowing users to define their player's colors

This commit is contained in:
Kasper Rynning-Tønnesen
2018-11-06 13:53:37 +01:00
parent 2003383967
commit be9d74d271
5 changed files with 61 additions and 112 deletions

View File

@@ -25,67 +25,7 @@
</ul>
</div>
</li>
<li class="no-padding">
<div class="collapsible-header bold waves-effect">Client Settings
<i class="material-icons">settings</i>
</div>
<div class="collapsible-body info_collapsible">
<ul>
<li class="hide-on-small-only hide-on-mobile-only">
<span class="switch-text">
Intelligent
</span>
<div class="switch">
<label>
Disabled
<input name="intelligent_switch" type="checkbox" class="intelligent_switch_class" checked /><span class="lever"></span>
Enabled
</label>
</div>
</li>
{{#unless client}}
<li class="hide-on-small-only hide-on-mobile-only">
<span class="switch-text">
Remote
</span>
<div class="switch">
<label>
Disabled
<input name="remote_switch" type="checkbox" class="remote_switch_class" checked /><span class="lever"></span>
Enabled
</label>
</div>
</li>
<li>
<span class="switch-text">
Local Mode
</span>
<div class="switch">
<label>
Disabled
<input name="offline_switch" type="checkbox" class="offline_switch_class" /><span class="lever"></span>
Enabled
</label>
</div>
</li>
{{/unless}}
<li>
<div class="row">
<div class="col s10 offset-s1">
<p class="initial-line-height hide-on-mobile-only hide-on-small-only">
When enabling intelligent playlist, playlist elements are not updated and moved around when the playlist is in focus. If things are jumping too much around in the playlist when voting, you should enable this.
</p>
{{#unless client}}
<p class="initial-line-height">
By enabling local mode, you won't receive updates in position of the currently playing song, you'll be able to vote as many times as you please, and you can skip to a specific location in the song.
</p>
{{/unless}}
</div>
</div>
</li>
</ul>
</div>
</li>
{{> channel/client_settings}}
{{#unless client}}
<li class="no-padding remote-panel hide-on-small-only">
<div class="collapsible-header bold waves-effect">Remote Control