{#if editable || onSaved} { summaryInput?.focus() return null }} bind:isOpen={popoverOpen} > {#snippet trigger()}
{path}
{emptyString(summary) ? 'Add a summary...' : summary} {#if labels?.length}
{#each labels as label} {label} {/each}
{/if}
{/snippet} {#snippet content({ close })}
{#if onSaved}
{ labelsDirty = true }} /> {#if inheritedLabels?.length} {/if}
{#if inheritedLabels?.length}

Gray labels are inherited from the folder and can only be edited there.

{/if} {#if onBehalfOfEmail} This flow will be redeployed on behalf of you ({$userStore?.email}) instead of {onBehalfOfEmail} {/if} {:else}
Path
{/if}
{/snippet}
{:else}
{#if !emptyString(summary)} {path} {/if} {emptyString(summary) ? (path ?? '') : summary}
{/if}