Create New Folder
{ isSubmitting = true; return async ({ result, update }) => { await invalidateAll(); isSubmitting = false; if (result.type === 'success') { onClose(); onSuccess?.(); } await update(); }; }} class="p-6 space-y-4" > {#if parentFolderId}
{/if}
Folder Name
Visibility
Members Only
Board Only
Admin Only
Public
Who can see this folder and its contents
Cancel
{#if isSubmitting}
Creating... {:else}
Create Folder {/if}