|
|
|
|
@ -200,8 +200,9 @@
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<li class="task" class:completed>
|
|
|
|
|
<div class="code">#{codeStr}</div>
|
|
|
|
|
<div class="code">{codeStr}</div>
|
|
|
|
|
<div
|
|
|
|
|
tabindex="0"
|
|
|
|
|
class="desc"
|
|
|
|
|
class:editing={editingText}
|
|
|
|
|
class:completed
|
|
|
|
|
@ -260,16 +261,15 @@
|
|
|
|
|
aria-label="Soltar"
|
|
|
|
|
title="Soltar"
|
|
|
|
|
on:click|preventDefault={doUnassign}
|
|
|
|
|
disabled={busy}>🫳</button
|
|
|
|
|
disabled={busy}>Soltar 🫳</button
|
|
|
|
|
>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
class="icon-btn"
|
|
|
|
|
aria-label="Completar"
|
|
|
|
|
title="Completar"
|
|
|
|
|
on:click|preventDefault={doComplete}
|
|
|
|
|
disabled={busy}>✅</button
|
|
|
|
|
disabled={busy}>Completar ✅</button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
{#if !editingText}
|
|
|
|
|
@ -278,7 +278,7 @@
|
|
|
|
|
aria-label="Editar texto"
|
|
|
|
|
title="Editar texto"
|
|
|
|
|
on:click|preventDefault={toggleEditText}
|
|
|
|
|
disabled={busy}>✍️</button
|
|
|
|
|
disabled={busy}>Editar ✍️</button
|
|
|
|
|
>
|
|
|
|
|
{:else}
|
|
|
|
|
<button
|
|
|
|
|
@ -299,7 +299,7 @@
|
|
|
|
|
aria-label="Editar fecha"
|
|
|
|
|
title="Editar fecha"
|
|
|
|
|
on:click|preventDefault={toggleEdit}
|
|
|
|
|
disabled={busy}>🗓️</button
|
|
|
|
|
disabled={busy}>Mover 🗓️</button
|
|
|
|
|
>
|
|
|
|
|
{:else}
|
|
|
|
|
<input class="date" type="date" bind:value={dateValue} />
|
|
|
|
|
|