Browse
{total} {total === 1 ? 'image' : 'images'}
{ if (e.key === 'Enter') applyFilter(); }} />
FILTER
{#if filterTag}
{ filterTag = ''; applyFilter(); }}>CLEAR
{/if}
{#if loading}
Loading...
{:else if error}
{error}
{:else if images.length === 0}
{#if filterTag}
No results for tag
“{filterTag}”
.
{:else}
The archive is empty.
UPLOAD MEDIA
{/if}
{:else}
{#each images as img, i (img.id)}
openViewer(i)}>
{#if img.thumbnail_path}
{:else}
{img.mime_type}
{/if}
{img.filename}
#{img.id} · {img.uploader_username}
{/each}
PREVIOUS
PAGE {page} OF {Math.ceil(total / perPage)}
= total}>NEXT
{/if} {#if viewerIndex >= 0}
{ viewerIndex = -1; }} /> {/if}