Datamodel + Appv2 migration, WIP

This commit is contained in:
2026-01-13 08:09:11 +01:00
parent 93d35abde2
commit 364278527d
143 changed files with 3712 additions and 708 deletions

View File

@@ -1,11 +1,18 @@
{{!-- Sheet Header --}}
<header class="sheet-header">
<div class="header-field-group flexrow">
<img class="sheet-profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" style="border:none; background: lightgray; box-shadow: 5px 5px 5px black;"/>
<h1><input class="itemname flex6" name="name" type="text" value="{{item.name}}" placeholder="Name" style="text-shadow: 3px 3px 5px #333;"/></h1>
{{!-- Item Header --}}
<header class="sheet-header flexrow">
<img class="profile-img" src="{{item.img}}" data-action="editImage" title="{{item.name}}" />
<div class="header-field flex1">
<div class="header-field-group flexrow">
<h1 class="form-header charname">
<input class="itemname" name="name" type="text" value="{{item.name}}" placeholder="{{localize 'BOL.ui.name'}}" />
</h1>
</div>
</div>
<!-- <img class="profile-img" src="{{img}}" data-edit="img" title="{{name}}"/>-->
<!-- <div class="header-fields">-->
<!-- <h1 class="itemname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>-->
<!-- </div>-->
</header>
<div class="header-buttons flexrow">
{{#if isEditable}}
<button type="button" class="post-item" data-action="postItem" data-tooltip="BOL.ui.postItem">
<i class="fas fa-comment"></i>
</button>
{{/if}}
</div>
</header>

View File

@@ -0,0 +1,11 @@
{{!-- Sheet Header --}}
<header class="sheet-header">
<div class="header-field-group flexrow">
<img class="sheet-profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" style="border:none; background: lightgray; box-shadow: 5px 5px 5px black;"/>
<h1><input class="itemname flex6" name="name" type="text" value="{{item.name}}" placeholder="Name" style="text-shadow: 3px 3px 5px #333;"/></h1>
</div>
<!-- <img class="profile-img" src="{{img}}" data-edit="img" title="{{name}}"/>-->
<!-- <div class="header-fields">-->
<!-- <h1 class="itemname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>-->
<!-- </div>-->
</header>