Browse

{total} {total === 1 ? 'image' : 'images'}
{ if (e.key === 'Enter') applyFilter(); }} onblur={() => setTimeout(() => { showTagSugs = false; }, 200)} /> {#if showTagSugs}
    {#each tagSuggestions as s}
  • selectTagSug(s)}> {s.tag} {s.usage_count}
  • {/each}
{/if}
{ if (e.key === 'Enter') applyFilter(); }} onblur={() => setTimeout(() => { showUploaderSugs = false; }, 200)} /> {#if showUploaderSugs}
    {#each uploaderSuggestions as s}
  • selectUploaderSug(s)}> {s.tag} {s.usage_count}
  • {/each}
{/if}
{#if filterTag || filterUploader} {/if}
{#if loading}

Loading...

{:else if error}

{error}

{:else if images.length === 0}
{#if filterTag || filterUploader}

No results {#if filterTag}for tag “{filterTag}”{/if} {#if filterTag && filterUploader} and {/if} {#if filterUploader}by uploader “{filterUploader}”{/if}.

{:else}

The archive is empty.

UPLOAD MEDIA {/if}
{:else}
{#each images as img, i (img.id)} {/each}
{/if} {#if viewerIndex >= 0} {/if}