mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
dashboard clean up
This commit is contained in:
parent
b8b051df4f
commit
646381d3ae
1 changed files with 0 additions and 20 deletions
|
@ -64,26 +64,6 @@
|
|||
/>
|
||||
</b-col>
|
||||
|
||||
<!-- <b-col cols="12" sm="6" md="3">
|
||||
<b-card>
|
||||
<h4>Tags</h4>
|
||||
|
||||
<b-button
|
||||
v-for="({ textColor, bgColor, name, games }, index) in tags"
|
||||
@click="$router.push({ name: 'tag.edit', params: { id: index } })"
|
||||
rounded
|
||||
size="sm"
|
||||
class="mr-1 mb-1"
|
||||
variant="transparent"
|
||||
:style="`background-color: ${bgColor}; color: ${textColor}`"
|
||||
:key="name"
|
||||
>
|
||||
{{ name }} {{ games.length ? `(${games.length})` : '' }}
|
||||
</b-button>
|
||||
</b-card>
|
||||
</b-col> -->
|
||||
|
||||
|
||||
<b-col cols="12" sm="6" md="3">
|
||||
<settings-card
|
||||
title="Tags"
|
||||
|
|
Loading…
Reference in a new issue