mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
flow UX improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user