{#if visible}
{#if state === "idle"} Waiting for files {:else if state === "uploading"} Uploading files... {:else if state === "finished"} Done {/if}
{#each upload_queue as job} {#if job.status !== "finished"} {/if} {/each}
{/if} {#if drop_upload} upload_files(e.detail)} on:upload_file={e => upload_file(e.detail)}/> {/if}