!19 Ajout du thème Nord Polar Night et Snow Storm

This commit is contained in:
Damien Broqua 2022-02-23 22:38:50 +01:00
parent bb533c3412
commit 369123d050
21 changed files with 148 additions and 126 deletions

View file

@ -55,7 +55,7 @@
<span>
<strong>Format : </strong>
<span v-for="(format, index) in item.formats">
{{ format.name }}
{{ format.name }}
<template v-if="format.descriptions">
(<template v-for="(description, j) in format.descriptions">
{{description}}<template v-if="j < format.descriptions.length - 1">, </template>
@ -70,7 +70,7 @@
<span><strong>Style :</strong> <template v-for="(style, index) in item.styles">{{ style }}<template v-if="index < item.styles.length - 1">, </template></template></span>
</div>
</div>
</div>
</div>
</div>
<div class="total">
<strong>Nombre total d'éléments : </strong>{{total}}
@ -118,7 +118,7 @@
total: 0,
page: 1,
totalPages: 1,
limit: 10,
limit: 2,
artist: '',
format: '',
sortOrder: 'artists_sort-asc',