Smaller and better positioned Add branch message (#4061)

This commit is contained in:
Henri Courdent
2024-07-11 13:16:21 +02:00
committed by GitHub
parent 63719553ab
commit 91c38bedb2
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,6 @@
<h3 class="mb-4"
>{value.branches.length} branch{value.branches.length > 1 ? 'es' : ''}</h3
>
<p>Add branches and steps directly on the graph.</p>
<div class="flex flex-col gap-y-4 py-2 w-full">
{#each value.branches as branch, i}
<div class="flex flex-row gap-x-4 w-full items-center">
@@ -64,6 +63,7 @@
</div>
{/each}
</div>
<p class="text-sm">Add branches and steps directly on the graph.</p>
<div class="mt-6 mb-2 text-sm font-bold">Run in parallel</div>
<Toggle
bind:checked={value.parallel}
@@ -47,7 +47,6 @@
<h3 class="my-4">
{value.branches.length + 1} branch{value.branches.length + 1 > 1 ? 'es' : ''}
</h3>
<p>Add branches and steps directly on the graph.</p>
<div class="py-2">
<div class="flex flex-row gap-2 text-sm p-2">
<Badge large={true} color="blue">Default branch</Badge>
@@ -83,6 +82,7 @@
</div>
{/each}
</div>
<p class="text-sm">Add branches and steps directly on the graph.</p>
</div>
</Pane>
{#if flowModule}