mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More instant frontpage-loading, and sorting frontpages on the backend for consistency
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<div class="col s12">
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<div class="no-jump-select">
|
||||
Most Popular
|
||||
<svg class="caret" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>
|
||||
</div>
|
||||
<select id="view_channels_select">
|
||||
<option value="" disabled>Channels to show</option>
|
||||
<option value="1" selected>Most Popular</option>
|
||||
@@ -18,9 +22,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div id="preloader" class="progress frontpage-preloader orange lighten-3">
|
||||
<div class="indeterminate"></div>
|
||||
</div>-->
|
||||
{{> frontpage/channels}}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user