0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 11:15:14 +00:00

update update manager display

This commit is contained in:
Kenny 2022-03-07 14:09:58 -05:00
parent 5e3f22fd3f
commit 8a140a5777

View file

@ -5,12 +5,11 @@
<v-card class="card">
<v-card-title style="padding-bottom: 0;">
{{ item.author.login }}
<span v-text="`• ${item.sha.substring(0, 7)}`" class="subtitle" />
<span v-text="`• ${item.sha.substring(0, 7)} • ${new Date(item.commit.committer.date).toLocaleString()}`" class="subtitle" />
</v-card-title>
<div style="margin-left: 1em;">
<b>Title:</b> {{ item.commit.message }}<br>
{{ new Date(item.commit.committer.date).toLocaleString() }}
{{ item.commit.message }}
</div>
<v-card-actions>