Search {type}s

{#each elements as element} {/each}
{#each rarities as rarity} {/each}
{#if type === 'weapon' && !requiredProficiencies}
{#each proficiencies as prof} {/each}
{/if}
{#if isLoading}
Searching...
{:else if searchResults.length > 0}
    {#each searchResults as item (item.id)}
  • {/each}
{#if totalPages > 1}
Page {currentPage} of {totalPages}
{/if} {:else if searchQuery.length > 0}
No results found
{:else if !hasInitialLoad}
Loading recent items...
{:else}
No items found
{/if}