Initial v14 fixes

This commit is contained in:
WBHarry 2026-01-29 18:46:39 +01:00
parent b374070809
commit 1a928e950c
19 changed files with 197 additions and 180 deletions

View file

@ -0,0 +1,17 @@
<li data-index="{{index}}">
<div class="key">
{{formInput fields.key name=change.keyPath value=change.key}}
</div>
<div class="type">
{{formInput fields.type name=change.typePath value=change.type localize=true}}
</div>
<div class="value">
{{formInput fields.value name=change.valuePath value=change.value elementType="input"}}
</div>
<div class="priority">
{{formInput fields.priority name=change.priorityPath value=change.priority placeholder=defaultPriority}}
</div>
<div class="controls">
<button type="button" class="inline-control icon fa-solid fa-trash" data-action="deleteChange"></button>
</div>
</li>