{#if experiment}
Experiment Details
ID
{experiment.id}
Name
Description
Created At
{new Date(experiment.createdAt).toLocaleString()}
{#if error}
{error}
{/if} {#if success}
{success}
{/if}
Save Changes
Public Link
Share this link with your participants to run the experiment.
Copy
{#if copied}
Copied to clipboard!
{/if}
Experiment Files
Experiment Files
document.getElementById('file-input')?.click()} >
Click to select files or a folder to upload (folder structure will be preserved)
{#if uploading}
Uploading...
{/if} {#if uploadError}
{uploadError}
{/if}
{#if files.length === 0}
No files uploaded yet.
{/if}
{:else if error}
Error
{error}
{:else}
Loading...
{/if}