fixed square
This commit is contained in:
parent
8f7af275f1
commit
2553fce33d
1 changed files with 554 additions and 555 deletions
|
@ -45,8 +45,7 @@
|
||||||
<div class="title"
|
<div class="title"
|
||||||
:title="item.attributes?.name ?? (item.relationships?.contents?.data[0]?.attributes?.name ?? (item.attributes?.editorialNotes?.name ?? ''))"
|
:title="item.attributes?.name ?? (item.relationships?.contents?.data[0]?.attributes?.name ?? (item.attributes?.editorialNotes?.name ?? ''))"
|
||||||
v-if="item.attributes.artistNames == null || kind != 'card'" @click='app.routeView(item)'>
|
v-if="item.attributes.artistNames == null || kind != 'card'" @click='app.routeView(item)'>
|
||||||
<div class="item-navigate text-overflow-elipsis">{{ item.attributes?.name.replace(/ /g, '
|
<div class="item-navigate text-overflow-elipsis">{{ item.attributes?.name.replace(/ /g, ' ').replace(/Apple Music |^Apple |/g, '') ??
|
||||||
').replace(/Apple Music |^Apple |/g, '') ??
|
|
||||||
(item.relationships?.contents?.data[0]?.attributes?.name ??
|
(item.relationships?.contents?.data[0]?.attributes?.name ??
|
||||||
(item.attributes?.editorialNotes?.name ?? '')) }}
|
(item.attributes?.editorialNotes?.name ?? '')) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue