0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +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 class="card">
<v-card-title style="padding-bottom: 0;"> <v-card-title style="padding-bottom: 0;">
{{ item.author.login }} {{ 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> </v-card-title>
<div style="margin-left: 1em;"> <div style="margin-left: 1em;">
<b>Title:</b> {{ item.commit.message }}<br> {{ item.commit.message }}
{{ new Date(item.commit.committer.date).toLocaleString() }}
</div> </div>
<v-card-actions> <v-card-actions>