Added Meiden van Holland and Vurig Vlaanderen.

This commit is contained in:
DebaucheryLibrarian
2023-07-01 21:46:44 +02:00
parent 01b3cc42af
commit 205102ff90
64 changed files with 508 additions and 19 deletions

View File

@@ -65,6 +65,7 @@
</a>
<ul class="bio nolist">
<!-- probably not a good idea
<li
v-if="actor.realName"
class="bio-item"
@@ -72,6 +73,7 @@
<dfn class="bio-label"><Icon icon="vcard" />Real name</dfn>
<span class="bio-value">{{ actor.realName }}</span>
</li>
-->
<li
v-if="actor.dateOfBirth"
@@ -109,6 +111,15 @@
>{{ actor.ageAtDeath }}</span></span>
</li>
<li
v-if="actor.orientation"
class="bio-item"
>
<dfn class="bio-label"><Icon icon="heart7" />Orientation</dfn>
<span class="orientation">{{ actor.orientation }}</span>
</li>
<li
v-if="actor.origin"
class="bio-item birth"
@@ -294,7 +305,7 @@
class="description"
>
{{ description.text }}
<router-link :to="`/${description.entity.type}/${description.entity.slug}`">
<RouterLink :to="`/${description.entity.type}/${description.entity.slug}`">
<img
v-if="description.entity.type === 'network' || !description.entity.parent || description.entity.independent"
:src="`/img/logos/${description.entity.slug}/thumbs/network.png`"
@@ -306,7 +317,7 @@
:src="`/img/logos/${description.entity.parent.slug}/thumbs/${description.entity.slug}.png`"
class="description-logo"
>
</router-link>
</RouterLink>
</p>
</div>
</div>
@@ -685,7 +696,8 @@ export default {
.ethnicity,
.hair,
.eyes {
.eyes,
.orientation {
text-transform: capitalize;
}

View File

@@ -53,6 +53,7 @@ function initActorActions(store, router) {
slug
realName
gender
orientation
dateOfBirth
dateOfDeath
age

View File

@@ -70,6 +70,7 @@ const actorFields = `
ageFromBirth
dateOfBirth
gender
orientation
avatar: avatarMedia {
id
path