mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
feat: collapse the fork members setting and show its state in a badge
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
01b38320ea
commit
6d22ebe020
@@ -1091,7 +1091,13 @@
|
||||
label="Fork members"
|
||||
description="Choose who a new fork of this workspace starts with, besides the person who creates it."
|
||||
wrapperClass="pb-12"
|
||||
collapsable
|
||||
>
|
||||
{#snippet badge()}
|
||||
<Badge color={addAdminsAndDevelopersToForks ? 'green' : 'gray'}>
|
||||
{addAdminsAndDevelopersToForks ? 'Admins and developers' : 'Creator only'}
|
||||
</Badge>
|
||||
{/snippet}
|
||||
<Toggle
|
||||
bind:checked={addAdminsAndDevelopersToForks}
|
||||
on:change={(e) => updateAddAdminsAndDevelopersToForks(e.detail)}
|
||||
|
||||
Reference in New Issue
Block a user