{#if isVideo(upload.mime_type)} {:else} {/if}
{upload.uploader_name} {formatTime(upload.created_at)}
{#if upload.caption}

{upload.caption}

{/if}
{#if comments.length === 0}

Noch keine Kommentare.

{:else}
{#each comments as comment (comment.id)}
{comment.uploader_name} {comment.body}
{formatTime(comment.created_at)}
{#if comment.user_id === userId} {/if}
{/each}
{/if}
{ e.preventDefault(); submitComment(); }} class="border-t border-gray-100 p-3 dark:border-gray-800" >
= 450 && newComment.length < COMMENT_MAX} class:dark:text-amber-400={newComment.length >= 450 && newComment.length < COMMENT_MAX} class:text-red-600={newComment.length >= COMMENT_MAX} class:dark:text-red-400={newComment.length >= COMMENT_MAX} > {newComment.length}/{COMMENT_MAX}