Add drag and drop support for reordering the attributes manually in the Attribute Manager

This commit is contained in:
Oliver-Akins 2025-07-13 21:51:20 -06:00
parent fec638cb22
commit b4ec9745e7
4 changed files with 123 additions and 5 deletions

View file

@ -4,6 +4,11 @@
class="attribute"
data-attribute="{{ attr.id }}"
>
<taf-icon
name="icons/drag-handle"
var:stroke="currentColor"
var:fill="currentColor"
></taf-icon>
{{#if attr.isNew}}
<input
type="text"