mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-13 22:00:28 +05:30
Implement uploaded date in search.
This commit is contained in:
parent
78dff1491b
commit
bc81177486
@ -30,7 +30,9 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
{{ result.duration ? timeFormat(result.duration) : "" }}
|
{{ result.duration ? timeFormat(result.duration) : "" }}
|
||||||
<br />
|
<br />
|
||||||
{{ "1/1/2020" }}
|
<b>
|
||||||
|
{{ result.uploadDate }}
|
||||||
|
</b>
|
||||||
<b v-if="result.views" class="uk-text-small uk-align-right">
|
<b v-if="result.views" class="uk-text-small uk-align-right">
|
||||||
<font-awesome-icon icon="eye"></font-awesome-icon>
|
<font-awesome-icon icon="eye"></font-awesome-icon>
|
||||||
{{ result.views }} views
|
{{ result.views }} views
|
||||||
|
Loading…
Reference in New Issue
Block a user