Flow preview UI (#474)

* feat(frontend): Rework Flow preview UI

* feat(frontend): Rework Flow done

* feat(frontend): Fix SchemaForm height

* feat(frontend): Clean up
This commit is contained in:
Faton Ramadani
2022-08-23 19:58:03 +02:00
committed by GitHub
parent 2ab9e4c203
commit 169f680a6e
19 changed files with 459 additions and 326 deletions
@@ -142,7 +142,7 @@
{#if !shouldPick}
<div class="border-b border-gray-200" />
<div class="p-3">
<div class="pt-2">
<FlowPreview bind:args flow={$flowStore} {i} {schema} />
</div>
{/if}