feat: show full upload date string on hover where possible

This commit is contained in:
Bnyro
2025-01-07 13:35:51 +01:00
parent c2fa0045ad
commit 56bcc1b90f
3 changed files with 7 additions and 3 deletions

View File

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