mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
UX improvements
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
<Splitpanes horizontal>
|
||||
<Pane size={60} minSize={20}>
|
||||
<div class="p-8 w-full max-w-3xl mx-auto gap-2 bg-surface">
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex flex-col gap-2 mb-8">
|
||||
{#if !emptyString(flow.description)}
|
||||
<div class=" break-words whitespace-pre-wrap text-sm mb-4 !text-secondary">
|
||||
<Urlize text={defaultIfEmptyString(flow.description, 'No description')} />
|
||||
@@ -315,6 +315,8 @@
|
||||
isFlow
|
||||
bind:this={runForm}
|
||||
/>
|
||||
<div class="py-10" />
|
||||
|
||||
{#if !emptyString(flow.summary)}
|
||||
<div class="mb-2">
|
||||
<span class="!text-tertiary">{flow.path}</span>
|
||||
|
||||
@@ -472,7 +472,7 @@
|
||||
{/if}
|
||||
|
||||
{#if !emptyString(script.description)}
|
||||
<div class="py-2 !text-secondary">
|
||||
<div class="py-2 mb-8 !text-secondary">
|
||||
<Urlize text={defaultIfEmptyString(script.description, 'No description')} />
|
||||
</div>
|
||||
{/if}
|
||||
@@ -499,6 +499,7 @@
|
||||
bind:this={runForm}
|
||||
/>
|
||||
|
||||
<div class="py-10" />
|
||||
{#if !emptyString(script.summary)}
|
||||
<div class="mb-2">
|
||||
<span class="!text-tertiary">{script.path}</span>
|
||||
|
||||
Reference in New Issue
Block a user