Showing heading and dates on chapters.

This commit is contained in:
2026-02-07 05:10:02 +01:00
parent b8a03cd6fb
commit 95e8982696
4 changed files with 31 additions and 10 deletions

View File

@@ -249,12 +249,6 @@
</div>
</div>
<Chapters
v-if="scene.chapters.length > 0"
:chapters="scene.chapters"
class="section"
/>
<div
v-if="scene.description"
class="section"
@@ -264,6 +258,18 @@
<p class="description">{{ scene.description }}</p>
</div>
<section
v-if="scene.chapters.length > 0"
class="section"
>
<h3 class="heading">Chapters</h3>
<Chapters
:chapters="scene.chapters"
class="section"
/>
</section>
<div
v-if="campaigns?.scene"
class="section"