mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-17 16:55:12 +00:00
Merge branch 'main' of https://github.com/Frontesque/VueTube
This commit is contained in:
commit
d4d4c2c826
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ item.author ? item.author.login : item.commit.author.name }}
|
||||
<span v-text="`• ${item.sha.substring(0, 7)}`" class="subtitle" />
|
||||
<v-spacer />
|
||||
<v-chip outlined class="tags" style="border-radius: 0 5px 0 5px; margin-top: -12px; margin-right: -5px;" color="orange" v-if="index == 0">Latest</v-chip>
|
||||
<v-chip outlined class="tags" color="orange" v-if="index == 0">Latest</v-chip>
|
||||
<v-chip outlined class="tags" color="green" v-if="item.sha == installedVersion">Installed</v-chip>
|
||||
</v-card-title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue