DataModels + Appv2 migration : OK

This commit is contained in:
2026-02-28 21:00:06 +01:00
parent 8017bb207d
commit 1ffb8b08fc
119 changed files with 2268 additions and 384 deletions

View File

@@ -95,13 +95,9 @@
</li>
</ol>
{{editor
biography
target='system.details.biography'
button=true
owner=owner
editable=editable
}}
<prose-mirror name="system.details.biography" toggled>
{{{biography}}}
</prose-mirror>
{{#if (eq charType "player")}}
<ol class="items-list">
@@ -113,7 +109,7 @@ editable=editable
<div class="item-field flex1 center">{{localize "BOL.ui.cost"}}</div>
<div class="item-field flex1 center">{{localize "BOL.ui.value"}}</div>
<div class="item-field flex1 right">
<a class="inc-dec-btns-resource xplog-add"><i class="fas fa-plus-square"></i></a>
<a class="xplog-add"><i class="fas fa-plus-square"></i></a>
</div>
</li>
{{#each xplog as |xp idx|}}
@@ -162,10 +158,6 @@ editable=editable
<div class='item-field flex1 right'></div>
</li>
</ol>
{{editor
notes
target='system.details.notes'
button=true
owner=owner
editable=editable
}}
<prose-mirror name="system.details.notes" toggled>
{{{notes}}}
</prose-mirror>