More instant frontpage-loading, and sorting frontpages on the backend for consistency

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-10 11:51:28 +02:00
parent 7d6a54ae10
commit dfbce195a0
11 changed files with 147 additions and 90 deletions

View File

@@ -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>