Compare commits

..

No commits in common. "50280692e82bc5e4d11f6a0c439e13b0242db216" and "6237aa0c0397ceffa51e7014c8df1a9a7deff6cb" have entirely different histories.

3 changed files with 6 additions and 16 deletions

View File

@ -142,24 +142,14 @@
class="bio-item figure"
>
<dfn class="bio-label"><Icon icon="ruler" />Figure</dfn>
<span class="bio-value">
{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}
<Icon
v-if="actor.naturalBoobs === false || actor.naturalButt === false"
v-tooltip="[actor.naturalBoobs === false ? 'Enhanced boobs' : null, actor.naturalButt === false ? 'Enhanced butt' : null].filter(Boolean).join(', ')"
icon="magic-wand2"
class="enhanced"
/>
</span>
<span class="bio-value">{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}</span>
</li>
<li
v-if="actor.naturalLips === false || actor.naturalLabia === false
|| actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|| actor.buttVolume || actor.buttImplant"
v-if="actor.naturalBoobs === false || actor.naturalButt === false"
class="bio-item augmentations hideable"
>
<dfn class="bio-label"><Icon icon="magic-wand2" />Enhancements</dfn>
<dfn class="bio-label"><Icon icon="magic-wand2" />Enhanced</dfn>
<span class="bio-value">
<div

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.41.4",
"version": "0.41.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.41.4",
"version": "0.41.3",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -87,7 +87,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.41.4",
"version": "0.41.3",
"imports": {
"#/*": "./*.js"
}