added drag'n'drop button to project tasks

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-17 15:23:58 +02:00
parent ba05564702
commit 8b70eb4216
3 changed files with 3 additions and 0 deletions

View File

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