mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 06:57:22 +00:00
Restyle history page (#412)
This commit is contained in:
parent
1c7a707e9e
commit
6c473d58ac
@ -1,14 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 class="uk-text-bold uk-text-center">Watch History</h1>
|
<h1 class="uk-text-bold uk-text-center">Watch History</h1>
|
||||||
|
|
||||||
<br />
|
<div style="text-align: right">
|
||||||
Sort by:
|
Sort by:
|
||||||
<select class="uk-select uk-width-auto" v-model="selectedSort" @change="onChange()">
|
<select class="uk-select uk-width-auto" v-model="selectedSort" @change="onChange()">
|
||||||
<option value="descending">Most Recent</option>
|
<option value="descending">Most Recent</option>
|
||||||
<option value="ascending">Least Recent</option>
|
<option value="ascending">Least Recent</option>
|
||||||
<option value="channel_ascending">Channel Name (A-Z)</option>
|
<option value="channel_ascending">Channel Name (A-Z)</option>
|
||||||
<option value="channel_descending">Channel Name (Z-A)</option>
|
<option value="channel_descending">Channel Name (Z-A)</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
@ -22,6 +23,8 @@
|
|||||||
<VideoItem :video="video" />
|
<VideoItem :video="video" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user