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:
parent
5e3f22fd3f
commit
8a140a5777
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue