feat: Füge Debug-Overlay und Alters-/Geschlechtsanpassungen für 3D-Charaktere hinzu
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s

This commit is contained in:
Torsten Schulz (local)
2026-05-21 09:55:11 +02:00
parent 3df7abe628
commit ad0ccd0281
11 changed files with 364 additions and 24 deletions

View File

@@ -12,6 +12,7 @@
>
<div v-if="child" class="child-details">
<table class="details-table">
<tbody>
<tr>
<td>{{ $t('falukant.family.children.name') }}</td>
<td>
@@ -42,6 +43,7 @@
<span v-else>{{ $t('falukant.family.children.notHeir') }}</span>
</td>
</tr>
</tbody>
</table>
<div v-if="!child.hasName" class="baptism-notice">
<p>{{ $t('falukant.family.children.baptismNotice') }}</p>