flow UX improvements

This commit is contained in:
Ruben Fiszel
2022-10-29 16:11:41 +02:00
parent 7a3c8c4a0b
commit b45da3a64c
2 changed files with 6 additions and 2 deletions
@@ -36,7 +36,11 @@
</label>
<label class="col-span-2">
<div class="text-gray-700 text-sm">Description</div>
<textarea bind:value={description} placeholder="Edit description" class="text-sm" />
<textarea
bind:value={description}
placeholder="Edit description. Markdown accepted."
class="text-sm"
/>
<div class="mt-1 px-2">
{#if description}
<div
@@ -54,7 +54,7 @@
bind:value={$flowStore.description}
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-300
focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
placeholder="A description to help users understand what this script does and how to use it."
placeholder="A description to help users understand what this flow does and how to use it. Markdown accepted."
rows="3"
/>
</span>