34728b9a35
req: sync/002 req: sync/003
16 lines
916 B
Plaintext
16 lines
916 B
Plaintext
<section data-hemx-root="kanban_client" data-hemx-st="1|2" data-hemx-client-state-version="1" data-sync-endpoint="/sync/patches" data-hemx-client-module="/kanban_client.js">
|
|
<p id="kanban-status" data-hemx-slot="client_notice" role="status" aria-live="polite">Ready</p>
|
|
<ul data-hemx-slot="client_cards">
|
|
<template h-for="card in &self.cards" h-key="card.id">
|
|
{+ 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>
|