Update the sidebar tab rearranger to use Drag and Drop (again)

This commit is contained in:
Oliver 2026-02-22 23:53:27 -07:00
parent 60034dcee2
commit e28901dcf2
6 changed files with 213 additions and 18 deletions

View file

@ -1,3 +1,14 @@
<footer>
<button>Submit</button>
<button type="close">
{{ localize "OFT.apps.discard-changes" }}
</button>
<button>
<oft-icon
name="icons/save"
aria-hidden="true"
var:fill="currentColor"
var:size="1rem"
></oft-icon>
{{ localize "Save Changes" }}
</button>
</footer>