mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-08-21 05:01:25 +00:00
feat: show full upload date string on hover where possible
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<div class="flex flex-auto gap-2">
|
||||
<span v-t="{ path: 'video.views', args: { views: addCommas(video.views) } }" />
|
||||
<span> | </span>
|
||||
<span v-text="uploadDate" />
|
||||
<span :title="new Date(video.uploadDate).toLocaleString()" v-text="uploadDate" />
|
||||
</div>
|
||||
<!-- Likes/dilikes -->
|
||||
<div class="flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user