From e34df4c3706e687b3730ca91679685ae012f819b Mon Sep 17 00:00:00 2001 From: borja Date: Wed, 15 Oct 2025 11:39:34 +0200 Subject: [PATCH] un poquito mejor los estilos --- apps/web/src/lib/ui/data/TaskItem.svelte | 867 +++++++++++------------ 1 file changed, 433 insertions(+), 434 deletions(-) diff --git a/apps/web/src/lib/ui/data/TaskItem.svelte b/apps/web/src/lib/ui/data/TaskItem.svelte index c3fd193..5a3813f 100644 --- a/apps/web/src/lib/ui/data/TaskItem.svelte +++ b/apps/web/src/lib/ui/data/TaskItem.svelte @@ -1,462 +1,461 @@
  • -
    - #{codeStr} - { - if (e.key === "Escape") { - e.preventDefault(); - cancelText(); - } else if ((e.ctrlKey || e.metaKey) && e.key === "Enter") { - e.preventDefault(); - saveText(); - } else if (e.key === "Enter") { - e.preventDefault(); - } - }}>{description} -
    +
    #{codeStr}
    +
    { + if (e.key === "Escape") { + e.preventDefault(); + cancelText(); + } else if ((e.ctrlKey || e.metaKey) && e.key === "Enter") { + e.preventDefault(); + saveText(); + } else if (e.key === "Enter") { + e.preventDefault(); + } + }} + > + {description} +
    -
    - {#if due_date} - - 📅 {dateDmy}{#if overdue} - ⚠{/if} - - {/if} -
    - {#if assignees?.length} -
    - {#each assignees as a} - 👤 - {/each} -
    - {/if} -
    - {#if !completed} - {#if !isAssigned} - - {:else} - - {/if} +
    + {#if due_date} + + 📅 {dateDmy}{#if overdue} + ⚠{/if} + + {/if} +
    + {#if assignees?.length} +
    + {#each assignees as a} + 👤 + {/each} +
    + {/if} +
    + {#if !completed} + {#if !isAssigned} + + {:else} + + {/if} - + - {#if !editingText} - - {:else} - - - {/if} + {#if !editingText} + + {:else} + + + {/if} - {#if !editing} - - {:else} - - - - - {/if} - {/if} -
    + {#if !editing} + + {:else} + + + + + {/if} + {/if} +