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