{#if show}
e.stopPropagation()} >
Bilder hochladen
Bilder hier ablegen oder
durchsuchen
JPG, PNG, WebP oder GIF • Max. 10MB pro Bild
{#if previews.length > 0}
Ausgewählte Bilder ({previews.length})
{#each previews as preview, index}
removeFile(index)} class="absolute right-1 top-1 rounded-full bg-red-600 p-1 opacity-0 transition-opacity group-hover:opacity-100" title="Entfernen" >
{#if index === 0}
Hauptbild
{/if}
{/each}
{/if} {#if uploading}
Hochladen...
{Math.round(uploadProgress)}%
{/if}
Abbrechen
{uploading ? 'Wird hochgeladen...' : `${selectedFiles.length} Bild${selectedFiles.length !== 1 ? 'er' : ''} hochladen`}
{/if}