Migration datamodels !

This commit is contained in:
2026-01-09 17:11:12 +01:00
parent 901df5b395
commit 66fe1418f0
3922 changed files with 316803 additions and 2103 deletions

View File

@@ -0,0 +1,30 @@
<div class="header">
<header class="sheet-header">
<img
class="item-sheet-img"
src="{{item.img}}"
data-action="editImage"
title="{{item.name}}"
/>
<div class="header-fields">
<h1 class="charname">
<input
name="name"
type="text"
value="{{item.name}}"
placeholder="Name"
/>
</h1>
</div>
<div class="header-actions">
<button
type="button"
data-action="postItem"
class="chat-card-button"
data-tooltip="Poster dans le chat"
>
<i class="fas fa-comment"></i>
</button>
</div>
</header>
</div>