{#if audioNodes.length === 0}
πŸŽ™οΈ

Ingen lydfiler i denne samlingen.

Dra lydfiler hit fra andre paneler, eller last opp via studio.

{:else}
Lydfiler {audioNodes.length}
{#each audioNodes as node (node.id)} {@const duration = formatDuration(node)} {@const size = formatSize(node)} {@const type = formatType(node)} {@const versions = versionCount(node.id)} {@const date = formatTime(node)}
handleDragStart(e, node)} >
🎡
{node.title ?? 'Uten tittel'}
{#if type} {type} {/if} {#if duration} {duration} {/if} {#if size} {size} {/if} {#if date} {date} {/if}
{#if versions > 0} {versions} ver. {/if} e.stopPropagation()} > Rediger
{/each}
{/if}