fix_tasks_states_template_triggers (#3705)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-09-15 23:57:45 +07:00
committed by GitHub
parent b5275c7f3e
commit 6a3dcc9b5f
3 changed files with 142 additions and 36 deletions
@@ -128,7 +128,7 @@
}}
/>
</div>
<div class="flex-col mt-3">
<div class="flex-col flex-no-shrink mt-3">
{#each states as state, i}
{@const color = getPlatformColorDef(state.color ?? getColorNumberByText(state.name), $themeStore.dark)}
{#if state}
@@ -185,7 +185,7 @@
{/if}
{/each}
</div>
<div class="flex-col mt-9">
<div class="flex-col flex-no-shrink mt-9">
<div class="flex-no-shrink flex-between trans-title uppercase">
<Label label={task.string.DoneStatesWon} />
<CircleButton
@@ -236,7 +236,7 @@
{/each}
</div>
</div>
<div class="mt-9">
<div class="mt-9 flex-no-shrink">
<div class="flex-no-shrink flex-between trans-title uppercase">
<Label label={task.string.DoneStatesLost} />
<CircleButton