Migration complétée vers appv2

This commit is contained in:
2026-02-28 12:14:01 +01:00
parent a2b712b78d
commit aecc15d8b9
92 changed files with 5325 additions and 3155 deletions

View File

@@ -1,4 +1,4 @@
<form class="skill-roll-dialog">
<section class="skill-roll-dialog">
<header class="roll-dialog-header">
{{#if img}}
<img class="actor-icon" src="{{img}}" data-edit="img" title="{{name}}" />
@@ -175,4 +175,9 @@
</div>
</form>
<footer class="sheet-footer flexrow">
<button type="button" data-action="roll"><i class="fas fa-check"></i> Lancer</button>
<button type="button" data-action="cancel"><i class="fas fa-times"></i> Annuler</button>
</footer>
</section>