Merged with action branch

This commit is contained in:
WBHarry 2025-06-24 16:03:58 +02:00
commit f4539ab158
48 changed files with 2747 additions and 387 deletions

View file

@ -1,4 +1,12 @@
<div>
{{#if uses}}
<div class="form-group">
<div class="form-fields">
<label for="uses.enabled">Uses: {{uses.value}}/{{uses.max}}</label>
<input name="uses.enabled" type="checkbox"{{#if uses.enabled}} checked{{/if}}>
</div>
</div>
{{/if}}
{{#each costs as | cost index |}}
<div class="form-group">
<div class="form-fields">