feat(kanban): add local recovery controls

req: local/003\nreq: security/007
This commit is contained in:
slhx agent
2026-07-13 14:59:05 +02:00
parent 9a3c0335eb
commit d946975f2d
4 changed files with 290 additions and 5 deletions
@@ -5,5 +5,11 @@
{+ card +}
</template>
</ul>
<fieldset>
<legend>Offline commands</legend>
<button type="button" data-kanban-command-action="export">Export commands</button>
<button type="button" data-kanban-command-action="delete">Delete commands</button>
<button type="button" data-kanban-command-action="reset">Reset local data</button>
</fieldset>
<div data-hemx-handle="reorder_card" data-hemx-on="drop" data-hemx-client="reorder_card" data-hemx-client-event="drop" data-hemx-client-policy="latest">Drop card</div>
</section>