|
|
|
@ -150,6 +150,7 @@ |
|
|
|
{#if task.estimated_time} |
|
|
|
{#if task.estimated_time} |
|
|
|
<span class="estimated_time">({+task.estimated_time} h)</span> |
|
|
|
<span class="estimated_time">({+task.estimated_time} h)</span> |
|
|
|
{/if} |
|
|
|
{/if} |
|
|
|
|
|
|
|
<button class="symbol" title={t('drag_n_drop')}></button> |
|
|
|
{#if states[task.status] != 'PENDING'} |
|
|
|
{#if states[task.status] != 'PENDING'} |
|
|
|
<button class="symbol" title={t('postpone')} onclick={() => patchTask(map_state('PENDING'))}></button> |
|
|
|
<button class="symbol" title={t('postpone')} onclick={() => patchTask(map_state('PENDING'))}></button> |
|
|
|
{/if} |
|
|
|
{/if} |
|
|
|
|