5a82956c08
req: sync/006
18 lines
863 B
Plaintext
18 lines
863 B
Plaintext
<section data-hemx-root="kanban" data-hemx-sse="/sync/broadcast?channel=board">
|
|
<header>
|
|
<h1>hemx Kanban</h1>
|
|
<form data-hemx-handle="create_card" data-hemx-form="create_card" data-hemx-disable-while-pending>
|
|
<input name="title" type="text" required="required" placeholder="Card title">
|
|
<select name="column" required="required">{+= self.options =+}</select>
|
|
<button type="submit">Add card</button>
|
|
</form>
|
|
<p id="kanban-status" data-hemx-slot="notice" role="status" aria-live="polite">Ready</p>
|
|
</header>
|
|
|
|
<div data-hemx-slot="board">{+= self.board =+}</div>
|
|
<aside data-hemx-slot="presence">Waiting for presence…</aside>
|
|
<output id="sync-ack" data-hemx-atom="sync_ack" aria-live="polite">pending</output>
|
|
<output data-hemx-slot="sync_status" aria-live="polite">Waiting for acknowledgement…</output>
|
|
|
|
</section>
|